Slight updates in nix

This commit is contained in:
vssukharev
2024-12-18 19:21:44 +02:00
committed by Christoffer Lerno
parent b4de62cfc2
commit 42c9c9894b
2 changed files with 8 additions and 4 deletions

View File

@@ -8,7 +8,7 @@
libffi,
xar,
debug ? false,
checks ? true,
checks ? false,
}: let
inherit (builtins) baseNameOf toString readFile elemAt;
inherit (lib.sources) cleanSourceWith cleanSource;