play around with nix settings
This commit is contained in:
parent
fd6077c476
commit
08dd2dca50
2 changed files with 11 additions and 6 deletions
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
nodeFlake,
|
||||
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
|
@ -26,10 +28,5 @@
|
|||
"nixos-test"
|
||||
];
|
||||
|
||||
nix.registry = {
|
||||
nixpkgs.to = {
|
||||
type = "path";
|
||||
path = pkgs.path;
|
||||
};
|
||||
};
|
||||
nix.registry.nixpkgs.flake = nodeFlake.inputs.nixpkgs;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue