mirror of
https://github.com/Misterio77/Foundry.git
synced 2026-09-25 07:39:40 -05:00
build and cache nix-index
This commit is contained in:
@@ -23,6 +23,9 @@ tasks:
|
||||
# Build nix with patch
|
||||
nix build .#nixUnstable -o result-nix
|
||||
|
||||
# Build nix index with patch
|
||||
nix build .#nix-index -o result-nix-index
|
||||
|
||||
# Build all gtk themes
|
||||
schemes=$(nix eval --raw .#generated-gtk-themes --apply 's: builtins.concatStringsSep "," (builtins.attrNames s)')
|
||||
gtk_themes=$(eval echo .#generated-gtk-themes.{${schemes/override,overrideDerivation,}})
|
||||
|
||||
@@ -38,6 +38,7 @@ final: prev:
|
||||
runHook postInstall
|
||||
'';
|
||||
});
|
||||
|
||||
# Add my patch for supporting sourcehut
|
||||
/*
|
||||
nixUnstable = prev.nixUnstable.overrideAttrs (oldAttrs: rec {
|
||||
|
||||
Reference in New Issue
Block a user