forked from github-mirror/docker-nixpkgs
add cachix-flakes image
This commit is contained in:
@@ -1,7 +1,9 @@
|
||||
{ docker-nixpkgs
|
||||
, cachix
|
||||
, nix
|
||||
}:
|
||||
(docker-nixpkgs.nix.override {
|
||||
nix = nix;
|
||||
extraContents = [ cachix ];
|
||||
}).overrideAttrs (prev: {
|
||||
meta = (prev.meta or {}) // {
|
||||
|
||||
Reference in New Issue
Block a user