fix(cachix-flakes): Enable Nix experimental-features

This commit is contained in:
maydayv7
2021-12-27 16:17:50 +05:30
parent c51f4417ec
commit 32575d2810
2 changed files with 8 additions and 6 deletions

View File

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