switching to a relaxed sandbox for building presenter until I figure
out how to do rust build without needing net
This commit is contained in:
parent
1527d8fc2f
commit
b7820724ee
|
@ -13,6 +13,7 @@ with lib;
|
||||||
nix.settings = {
|
nix.settings = {
|
||||||
substituters = ["https://hyprland.cachix.org"];
|
substituters = ["https://hyprland.cachix.org"];
|
||||||
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
|
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
|
||||||
|
sandbox = "relaxed";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Use the systemd-boot EFI boot loader.
|
# Use the systemd-boot EFI boot loader.
|
||||||
|
|
|
@ -121,7 +121,7 @@ with lib;
|
||||||
(callPackage ../ydotool { })
|
(callPackage ../ydotool { })
|
||||||
# (libsForQt5.callPackage /home/chris/dev/LightlyShaders {}) # LightlyShaders
|
# (libsForQt5.callPackage /home/chris/dev/LightlyShaders {}) # LightlyShaders
|
||||||
# (libsForQt5.callPackage /home/chris/.dotfiles/RoundedSBE {})
|
# (libsForQt5.callPackage /home/chris/.dotfiles/RoundedSBE {})
|
||||||
# (libsForQt5.callPackage /home/chris/dev/church-presenter {}) # librepresenter
|
(libsForQt5.callPackage /home/chris/dev/church-presenter {}) # librepresenter
|
||||||
nix-index
|
nix-index
|
||||||
sqlite
|
sqlite
|
||||||
fennel
|
fennel
|
||||||
|
|
Loading…
Reference in a new issue