mirror of
https://github.com/nix-community/docker-nixpkgs.git
synced 2026-01-11 12:30:36 -05:00
nix-unstable: use nixVersions.latest by default
Release management has changed a bit and there is no nixUnstable anymore.
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
{ docker-nixpkgs
|
||||
, pkgs
|
||||
, nixUnstable
|
||||
}:
|
||||
docker-nixpkgs.nix.override {
|
||||
nix = nixUnstable;
|
||||
nix = pkgs.nixVersions.latest or pkgs.nixUnstable;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user