Fix susano-minimal build, switch to unstable

This commit is contained in:
Alexander
2026-02-05 15:46:50 +01:00
parent b665767f35
commit d45846d386
+1 -1
View File
@@ -59,7 +59,7 @@ in
channel.enable = false;
# Opinionated: make flake registry and nix path match flake inputs
registry = lib.mapAttrs (_: flake: { inherit flake; }) flakeInputs;
registry = lib.mkForce (lib.mapAttrs (_: flake: { inherit flake; }) flakeInputs);
nixPath = lib.mapAttrsToList (n: _: "${n}=flake:${n}") flakeInputs;
};