diff options
Diffstat (limited to 'system-profiles/rebuild-machines')
| -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 | }; |
