fix gdb.nix invokation

This commit is contained in:
Sebastien Bourdeauducq 2019-03-22 22:29:56 +08:00
parent 7d98fd416c
commit 3e418a5932
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
with pkgs; with pkgs;
let let
gdb = callPackage ./nix/gdb.nix; gdb = callPackage ./nix/gdb.nix {};
adc2tcp = callPackage ./default.nix { adc2tcp = callPackage ./default.nix {
inherit rustManifest; inherit rustManifest;
mozillaOverlay = import <mozillaOverlay>; mozillaOverlay = import <mozillaOverlay>;