From 16f1da149913b3658f05f1c2773d49dab7b0d7b0 Mon Sep 17 00:00:00 2001 From: naturallaw77 Date: Sun, 29 Mar 2026 15:15:15 -0500 Subject: [PATCH] added flakes to common.nix --- iso/common.nix | 2 ++ result | 1 + 2 files changed, 3 insertions(+) create mode 120000 result diff --git a/iso/common.nix b/iso/common.nix index 6af8c65..05592a2 100644 --- a/iso/common.nix +++ b/iso/common.nix @@ -37,6 +37,8 @@ in services.displayManager.autoLogin.user = lib.mkForce "free"; nix-bitcoin.generateSecrets = lib.mkDefault true; + + nix.settings.experimental-features = [ "nix-command" "flakes" ] environment.systemPackages = with pkgs; [ installerPy diff --git a/result b/result new file mode 120000 index 0000000..6eeed49 --- /dev/null +++ b/result @@ -0,0 +1 @@ +/nix/store/ji0157b1kc90s5bdii385nrzl0rh7q5g-Sovran_SystemsOS.iso \ No newline at end of file