diff options
| author | Gregor Kleen <gkleen@yggdrasil.li> | 2026-09-22 17:48:01 +0200 |
|---|---|---|
| committer | Gregor Kleen <gkleen@yggdrasil.li> | 2026-09-22 17:48:01 +0200 |
| commit | 26cb50de504b32e343689bb3b176eecab3c0c134 (patch) | |
| tree | 183aeccc03f8bb11c8a75a5b95be4e4ea7e85283 /system-profiles | |
| parent | 037bee53a4e719ba3ed4ccc48b3c6a2edc52b883 (diff) | |
| download | nixos-26cb50de504b32e343689bb3b176eecab3c0c134.tar nixos-26cb50de504b32e343689bb3b176eecab3c0c134.tar.gz nixos-26cb50de504b32e343689bb3b176eecab3c0c134.tar.bz2 nixos-26cb50de504b32e343689bb3b176eecab3c0c134.tar.xz nixos-26cb50de504b32e343689bb3b176eecab3c0c134.zip | |
bump
Diffstat (limited to 'system-profiles')
| -rw-r--r-- | system-profiles/rebuild-machines/default.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system-profiles/rebuild-machines/default.nix b/system-profiles/rebuild-machines/default.nix index de86cd74..c95602a4 100644 --- a/system-profiles/rebuild-machines/default.nix +++ b/system-profiles/rebuild-machines/default.nix | |||
| @@ -158,7 +158,7 @@ in { | |||
| 158 | }; | 158 | }; |
| 159 | 159 | ||
| 160 | nix.registry = mkIf (cfg.flake != null) { | 160 | nix.registry = mkIf (cfg.flake != null) { |
| 161 | ${cfg.flake.name} = { | 161 | ${cfg.flake.name} = lib.mkForce { |
| 162 | exact = false; | 162 | exact = false; |
| 163 | to = cfg.flake.flake; | 163 | to = cfg.flake.flake; |
| 164 | }; | 164 | }; |
