flake.nix: re-add nuschtos
This commit is contained in:
12
flake.nix
12
flake.nix
@@ -51,12 +51,12 @@
|
||||
;
|
||||
|
||||
privateInputs =
|
||||
# if builtins.pathExists (./. + "/.skip-private-inputs") then
|
||||
{ };
|
||||
# else
|
||||
# (import ./devFlake/flake-compat.nix {
|
||||
# src = ./devFlake;
|
||||
# }).outputs;
|
||||
if builtins.pathExists (./. + "/.skip-private-inputs") then
|
||||
{ }
|
||||
else
|
||||
(import ./devFlake/flake-compat.nix {
|
||||
src = ./devFlake;
|
||||
}).outputs;
|
||||
in
|
||||
flake-parts.lib.mkFlake { inherit inputs; } (
|
||||
{ ... }:
|
||||
|
||||
Reference in New Issue
Block a user