Fix susano-minimal build, switch to unstable
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user