Skip to content

Commit 9046e4e

Browse files
committed
chore(default): inherit isDebug
Signed-off-by: kaeeraa <kaeeraa@nebula-nook.ru>
1 parent 5027c9a commit 9046e4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818
unwrapped ? callPackage ./unwrapped.nix {
1919
inherit stdenv;
20-
isDebug = isDebug;
20+
inherit isDebug;
2121
},
2222
}:
2323
stdenv.mkDerivation (finalAttrs: {

0 commit comments

Comments
 (0)