forked from github-mirror/docker-nixpkgs
nix-unstable: transform into package
move the logic into the package
This commit is contained in:
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;
|
||||
}
|
||||
Reference in New Issue
Block a user