6 lines
91 B
Nix
6 lines
91 B
Nix
{ docker-nixpkgs
|
|
, cachix
|
|
}:
|
|
docker-nixpkgs.nix.override {
|
|
extraContents = [ cachix ];
|
|
}
|