all nixd paths

This commit is contained in:
Lennart J. Kurzweg (Nx2)
2024-11-06 13:52:43 +01:00
parent 169d6eda11
commit 096f31d81a

View File

@@ -1,4 +1,8 @@
{ inputs, ... }: { inputs, ... }:
{ {
nix.nixPath = [ "nixpkgs=${inputs.nixpkgs}" ]; nix.nixPath = [
"nixpkgs=${inputs.nixpkgs}"
"nixpkgs-unstable=${inputs.nixpkgs-unstable}"
"nixpkgs-latest=${inputs.nixpkgs-latest}"
];
} }