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