build(nix): remove flake-parts debug option from flake.nix

This commit is contained in:
Yusuf Bera Ertan 2023-12-30 11:36:13 +03:00
parent 4055eb15ec
commit f7d9885723
No known key found for this signature in database

View File

@ -49,7 +49,6 @@
}; };
in in
inp.parts.lib.mkFlake {inputs = inp;} { inp.parts.lib.mkFlake {inputs = inp;} {
debug = true;
imports = [inp.nci.flakeModule]; imports = [inp.nci.flakeModule];
systems = ["x86_64-linux"]; systems = ["x86_64-linux"];
perSystem = { perSystem = {