fix(cachix-flakes): Enable Nix experimental-features
This commit is contained in:
parent
c51f4417ec
commit
32575d2810
2 changed files with 8 additions and 6 deletions
|
@ -1,9 +1,7 @@
|
|||
{ docker-nixpkgs
|
||||
, cachix
|
||||
, nix
|
||||
}:
|
||||
(docker-nixpkgs.nix.override {
|
||||
nix = nix;
|
||||
extraContents = [ cachix ];
|
||||
}).overrideAttrs (prev: {
|
||||
meta = (prev.meta or { }) // {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue