nix-unstable: transform into package
move the logic into the package
This commit is contained in:
parent
f9c33c375e
commit
9c5e06ad07
2 changed files with 8 additions and 4 deletions
6
nix-unstable/default.nix
Normal file
6
nix-unstable/default.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{ docker-nixpkgs
|
||||
, nixUnstable
|
||||
}:
|
||||
docker-nixpkgs.nix.override {
|
||||
nix = nixUnstable;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue