feat(nix): set nixPath to have channel based cmds use nixpkgs flake

This commit is contained in:
matt1432 2023-12-15 18:20:28 -05:00
parent 17834b9825
commit fd275f3004

View file

@ -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