File tree Expand file tree Collapse file tree
Users/WickedWizard/Programs/Shell Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,11 +40,10 @@ jobs:
4040 id : build
4141 run : |
4242 nix develop .#ci --command bash -euo pipefail <<'OUTER'
43- nix-build-all --systems x86_64-linux --override-input flake . --out-link newFlake
43+ nix-build-all --systems x86_64-linux --override-input flake . --out-link newFlake --cachix-cache spearman4157
4444 nix-build-all --systems x86_64-linux --override-input flake github:${{ github.repository }} --out-link oldFlake
4545 mv newFlake- newFlake
4646 mv oldFlake- oldFlake
47- realpath newFlake | cachix push
4847 OUTER
4948
5049 - name : " Diff Profile Closures"
Original file line number Diff line number Diff line change 1717 name = "nix-build-all" ;
1818 text = ''
1919 nix-fast-build \
20- --skip-cached \
2120 --flake ${ inputs . devour-flake } #packages.${ pkgs . stdenv . hostPlatform . system } .default \
2221 --no-nom \
2322 "$@"
Original file line number Diff line number Diff line change 1111 fastfetch
1212 '' ;
1313
14- xdg . configFile . "fastfetch/config.jsonc" . source = "${ pkgs . fastfetch . src } /presets/examples/7.jsonc" ;
14+ xdg . configFile . "fastfetch/config.jsonc" . source =
15+ "${ pkgs . fastfetch-unwrapped . src } /presets/examples/7.jsonc" ;
1516}
Original file line number Diff line number Diff line change 106106 },
107107 "nix-fast-build" : {
108108 "cargoLock" : null ,
109- "date" : " 2026-06-18 " ,
109+ "date" : " 2026-06-27 " ,
110110 "extract" : null ,
111111 "name" : " nix-fast-build" ,
112112 "passthru" : null ,
118118 "name" : null ,
119119 "owner" : " Mic92" ,
120120 "repo" : " nix-fast-build" ,
121- "rev" : " 1a6fda534f88e82420cbbaa781b9db9f9fc66c6d " ,
122- "sha256" : " sha256-8iwszBEigYqIU4jIZ8gB31SRLnQ/OBZ5CNiVq/Q3wgY =" ,
121+ "rev" : " c632a8b5acec04c929d521cf1d0af5707e11b9e3 " ,
122+ "sha256" : " sha256-Mwowugw1fYT10OPipRy9Xg7v4juvR/se5flIThpYU8A =" ,
123123 "sparseCheckout" : [],
124124 "type" : " github"
125125 },
126- "version" : " 1a6fda534f88e82420cbbaa781b9db9f9fc66c6d "
126+ "version" : " c632a8b5acec04c929d521cf1d0af5707e11b9e3 "
127127 },
128128 "obs_catppuccin" : {
129129 "cargoLock" : null ,
130- "date" : " 2026-06-18 " ,
130+ "date" : " 2026-06-20 " ,
131131 "extract" : null ,
132132 "name" : " obs_catppuccin" ,
133133 "passthru" : null ,
139139 "name" : null ,
140140 "owner" : " catppuccin" ,
141141 "repo" : " obs" ,
142- "rev" : " d70e36b0074d535e82c3e8f09a9fe0db662bc056 " ,
143- "sha256" : " sha256-jUXdfXXKjxgN7XDkIqCLWigjcyiwnoZJCF69d9s1PRs =" ,
142+ "rev" : " 054a297d303a5bac4f1652a13b17d78a13201c0e " ,
143+ "sha256" : " sha256-zFg7dgxLIK3K1KpLdEgphH2JpdMwVTovr+oKiAqdLEE =" ,
144144 "sparseCheckout" : [],
145145 "type" : " github"
146146 },
147- "version" : " d70e36b0074d535e82c3e8f09a9fe0db662bc056 "
147+ "version" : " 054a297d303a5bac4f1652a13b17d78a13201c0e "
148148 },
149149 "prismlauncher_catppuccin" : {
150150 "cargoLock" : null ,
Original file line number Diff line number Diff line change 6767 } ;
6868 nix-fast-build = {
6969 pname = "nix-fast-build" ;
70- version = "1a6fda534f88e82420cbbaa781b9db9f9fc66c6d " ;
70+ version = "c632a8b5acec04c929d521cf1d0af5707e11b9e3 " ;
7171 src = fetchFromGitHub {
7272 owner = "Mic92" ;
7373 repo = "nix-fast-build" ;
74- rev = "1a6fda534f88e82420cbbaa781b9db9f9fc66c6d " ;
74+ rev = "c632a8b5acec04c929d521cf1d0af5707e11b9e3 " ;
7575 fetchSubmodules = false ;
76- sha256 = "sha256-8iwszBEigYqIU4jIZ8gB31SRLnQ/OBZ5CNiVq/Q3wgY =" ;
76+ sha256 = "sha256-Mwowugw1fYT10OPipRy9Xg7v4juvR/se5flIThpYU8A =" ;
7777 } ;
78- date = "2026-06-18 " ;
78+ date = "2026-06-27 " ;
7979 } ;
8080 obs_catppuccin = {
8181 pname = "obs_catppuccin" ;
82- version = "d70e36b0074d535e82c3e8f09a9fe0db662bc056 " ;
82+ version = "054a297d303a5bac4f1652a13b17d78a13201c0e " ;
8383 src = fetchFromGitHub {
8484 owner = "catppuccin" ;
8585 repo = "obs" ;
86- rev = "d70e36b0074d535e82c3e8f09a9fe0db662bc056 " ;
86+ rev = "054a297d303a5bac4f1652a13b17d78a13201c0e " ;
8787 fetchSubmodules = false ;
88- sha256 = "sha256-jUXdfXXKjxgN7XDkIqCLWigjcyiwnoZJCF69d9s1PRs =" ;
88+ sha256 = "sha256-zFg7dgxLIK3K1KpLdEgphH2JpdMwVTovr+oKiAqdLEE =" ;
8989 } ;
90- date = "2026-06-18 " ;
90+ date = "2026-06-20 " ;
9191 } ;
9292 prismlauncher_catppuccin = {
9393 pname = "prismlauncher_catppuccin" ;
You can’t perform that action at this time.
0 commit comments