parent
e850799428
commit
887722a603
1 changed files with 10 additions and 0 deletions
|
@ -1,6 +1,16 @@
|
|||
{ docker-nixpkgs
|
||||
, nixFlakes
|
||||
, writeTextFile
|
||||
}:
|
||||
docker-nixpkgs.nix.override {
|
||||
nix = nixFlakes;
|
||||
extraContents = [
|
||||
(writeTextFile {
|
||||
name = "nix.conf";
|
||||
destination = "/etc/nix/nix.conf";
|
||||
text = ''
|
||||
experimental-features = nix-command flakes
|
||||
'';
|
||||
})
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue