6 lines
92 B
Nix
6 lines
92 B
Nix
{ docker-nixpkgs
|
|
, pkgs
|
|
}:
|
|
docker-nixpkgs.nix.override {
|
|
nix = pkgs.nixVersions.latest;
|
|
}
|