Fix whoosie

This commit is contained in:
Nathan McCarty 2022-05-28 00:55:28 -04:00
parent ccd6958674
commit c360124e21
Signed by: thatonelutenist
GPG Key ID: D70DA3DD4D1E9F96
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@
nix-shared = with lib; {
dockerImage = "nixpkgs/nix-flakes";
dockerVolumes = [
"/nix:/sharedstore"
"/var/sharedstore:/sharedstore"
];
dockerDisableCache = true;
};