feat(nix): set nixPath to have channel based cmds use nixpkgs flake
This commit is contained in:
parent
17834b9825
commit
fd275f3004
1 changed files with 3 additions and 3 deletions
|
@ -1,8 +1,8 @@
|
|||
{nixpkgs, ...}: {
|
||||
# Minimize dowloads of indirect nixpkgs flakes
|
||||
nix.registry.nixpkgs = {
|
||||
flake = nixpkgs;
|
||||
exact = false;
|
||||
nix = {
|
||||
registry.nixpkgs.flake = nixpkgs;
|
||||
nixPath = ["nixpkgs=${nixpkgs}"];
|
||||
};
|
||||
|
||||
# Global hm settings
|
||||
|
|
Loading…
Reference in a new issue