fix gdb.nix invokation

master
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;
let
gdb = callPackage ./nix/gdb.nix;
gdb = callPackage ./nix/gdb.nix {};
adc2tcp = callPackage ./default.nix {
inherit rustManifest;
mozillaOverlay = import <mozillaOverlay>;