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