Fix whoosie
This commit is contained in:
parent
ccd6958674
commit
c360124e21
|
@ -16,7 +16,7 @@
|
||||||
nix-shared = with lib; {
|
nix-shared = with lib; {
|
||||||
dockerImage = "nixpkgs/nix-flakes";
|
dockerImage = "nixpkgs/nix-flakes";
|
||||||
dockerVolumes = [
|
dockerVolumes = [
|
||||||
"/nix:/sharedstore"
|
"/var/sharedstore:/sharedstore"
|
||||||
];
|
];
|
||||||
dockerDisableCache = true;
|
dockerDisableCache = true;
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue