Skip to content

Commit 3a545e6

Browse files
Merge pull request #100 from Reputable2772/flake-update/2026-26
chore: update flake.lock & sources (2026-06-27)
2 parents 1c68806 + 85e1be8 commit 3a545e6

6 files changed

Lines changed: 46 additions & 47 deletions

File tree

.github/workflows/pr.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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"

Shells/ci.nix

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
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
"$@"

Users/WickedWizard/Programs/Shell/fastfetch.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,6 @@
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
}

_sources/generated.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@
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,
@@ -118,16 +118,16 @@
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,
@@ -139,12 +139,12 @@
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,

_sources/generated.nix

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,27 +67,27 @@
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";

flake.lock

Lines changed: 27 additions & 27 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)