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