flake: pin flake nixpkgs in system registry
This commit is contained in:
parent
b904971b04
commit
c2c4035d98
1 changed files with 8 additions and 3 deletions
11
flake.nix
11
flake.nix
|
|
@ -60,9 +60,14 @@
|
|||
home-manager.verbose = true;
|
||||
};
|
||||
nix-path = {
|
||||
nix.nixPath = [
|
||||
"nixpkgs=${inputs.nixpkgs}"
|
||||
];
|
||||
nix = {
|
||||
nixPath = [
|
||||
"nixpkgs=${inputs.nixpkgs}"
|
||||
];
|
||||
registry = {
|
||||
nixpkgs.flake = inputs.nixpkgs;
|
||||
};
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue