From 6d6a085b97aabdbaa94ab1438e10a23a9e2c55dc Mon Sep 17 00:00:00 2001 From: Qubasa Date: Thu, 25 Sep 2025 19:03:32 +0200 Subject: [PATCH] flake.nix: re-add nuschtos --- flake.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/flake.nix b/flake.nix index 7cbe100ec..e0cf78543 100644 --- a/flake.nix +++ b/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; } ( { ... }: