flake: pin flakes to registry
This commit is contained in:
parent
233468f684
commit
de058169d5
1 changed files with 4 additions and 0 deletions
|
|
@ -74,6 +74,10 @@
|
|||
home-manager.users.alarsyo = import ./home;
|
||||
home-manager.verbose = true;
|
||||
};
|
||||
nix-registry = {
|
||||
nix.registry.nixpkgs.flake = nixpkgs;
|
||||
nix.registry.unstable.flake = inputs.nixpkgs-unstable-small;
|
||||
};
|
||||
};
|
||||
|
||||
overlays = import ./overlays;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue