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, ...}: {
|
{nixpkgs, ...}: {
|
||||||
# Minimize dowloads of indirect nixpkgs flakes
|
# Minimize dowloads of indirect nixpkgs flakes
|
||||||
nix.registry.nixpkgs = {
|
nix = {
|
||||||
flake = nixpkgs;
|
registry.nixpkgs.flake = nixpkgs;
|
||||||
exact = false;
|
nixPath = ["nixpkgs=${nixpkgs}"];
|
||||||
};
|
};
|
||||||
|
|
||||||
# Global hm settings
|
# Global hm settings
|
||||||
|
|
Loading…
Reference in a new issue