Skip to content

Commit

Permalink
keep our own flake registry setting
Browse files Browse the repository at this point in the history
not a long-term solution:
LnL7/nix-darwin#1082 (comment)
  • Loading branch information
ahirner committed Oct 17, 2024
1 parent 10735b0 commit 2a97563
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions templates/pure-system/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,12 @@
hmDefaults
{nixpkgs.hostPlatform = "x86_64-darwin";}
{system.stateVersion = 5;}
{
nixpkgs.flake = {
setFlakeRegistry = false;
setNixPath = false;
};
}
pureSystem
];
};
Expand Down

0 comments on commit 2a97563

Please sign in to comment.