add fancy nix on bolty to build foundry on cupsnet
Some checks failed
use nix / build (push) Failing after 4m25s
Some checks failed
use nix / build (push) Failing after 4m25s
This commit is contained in:
parent
5e69599421
commit
0c4da09b99
3 changed files with 14 additions and 2 deletions
|
@ -40,5 +40,14 @@
|
||||||
createHome = true;
|
createHome = true;
|
||||||
shell = pkgs.zsh;
|
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";};
|
home-manager.users.cyryl = {...}: {programs.tmux.shortcut = lib.mkForce "b";};
|
||||||
}
|
}
|
||||||
|
|
BIN
nixos/boxes/cupsnet/FoundryVTT-12.331.zip
(Stored with Git LFS)
Normal file
BIN
nixos/boxes/cupsnet/FoundryVTT-12.331.zip
(Stored with Git LFS)
Normal file
Binary file not shown.
|
@ -7,9 +7,9 @@
|
||||||
}: let
|
}: let
|
||||||
foundryvtt = pkgs.fetchzip {
|
foundryvtt = pkgs.fetchzip {
|
||||||
name = "foundryvtt";
|
name = "foundryvtt";
|
||||||
url = "file:///" + ./FoundryVTT-11.315.zip;
|
url = "file:///" + ./FoundryVTT-12.331.zip;
|
||||||
postFetch = "";
|
postFetch = "";
|
||||||
sha256 = "sha256-i3U6jfl2zFcHRzK04v8+tcPfUfkvxY8Jifxoxms4VUU=";
|
sha256 = "sha256-H4IpflEkwsmeDAOdVWLbhh4i3F7zhTYdOZPFT34H8ng=";
|
||||||
stripRoot = false;
|
stripRoot = false;
|
||||||
};
|
};
|
||||||
in {
|
in {
|
||||||
|
|
Loading…
Reference in a new issue