Pin Nixpkgs from flake to registry in HM config
This commit is contained in:
@@ -27,6 +27,9 @@
|
|||||||
home = {
|
home = {
|
||||||
inherit username;
|
inherit username;
|
||||||
};
|
};
|
||||||
|
# Pin nixpkgs flake to local nix registry so it gets used by commands like nix-shell
|
||||||
|
# https://discourse.nixos.org/t/local-flake-based-nix-search-nix-run-and-nix-shell/13433/12
|
||||||
|
nix.registry.nixpkgs.flake = nixpkgs;
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
});
|
});
|
||||||
|
|||||||
Reference in New Issue
Block a user