add fancy nix on bolty to build foundry on cupsnet
Some checks failed
use nix / build (push) Failing after 4m25s

This commit is contained in:
Cyryl Płotnicki 2024-09-09 18:47:13 +01:00
parent 5e69599421
commit 0c4da09b99
3 changed files with 14 additions and 2 deletions

View file

@ -40,5 +40,14 @@
createHome = true;
shell = pkgs.zsh;
};
nix = {
settings.auto-optimise-store = true;
gc.automatic = true;
optimise.automatic = true;
extraOptions = ''
experimental-features = nix-command flakes
stalled-download-timeout = 30
'';
};
home-manager.users.cyryl = {...}: {programs.tmux.shortcut = lib.mkForce "b";};
}

BIN
nixos/boxes/cupsnet/FoundryVTT-12.331.zip (Stored with Git LFS) Normal file

Binary file not shown.

View file

@ -7,9 +7,9 @@
}: let
foundryvtt = pkgs.fetchzip {
name = "foundryvtt";
url = "file:///" + ./FoundryVTT-11.315.zip;
url = "file:///" + ./FoundryVTT-12.331.zip;
postFetch = "";
sha256 = "sha256-i3U6jfl2zFcHRzK04v8+tcPfUfkvxY8Jifxoxms4VUU=";
sha256 = "sha256-H4IpflEkwsmeDAOdVWLbhh4i3F7zhTYdOZPFT34H8ng=";
stripRoot = false;
};
in {