add cachix-flakes image

This commit is contained in:
zimbatm 2020-07-07 12:09:37 +02:00
parent 9519ca2731
commit 061bb32ed2
No known key found for this signature in database
GPG key ID: 71BAF6D40C1D63D7
3 changed files with 9 additions and 0 deletions

View file

@ -1,7 +1,9 @@
{ docker-nixpkgs
, cachix
, nix
}:
(docker-nixpkgs.nix.override {
nix = nix;
extraContents = [ cachix ];
}).overrideAttrs (prev: {
meta = (prev.meta or {}) // {