flake.nix: re-add nuschtos

This commit is contained in:
Qubasa
2025-09-25 19:03:32 +02:00
parent 233d1a48af
commit 6d6a085b97

View File

@@ -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; } (
{ ... }: