Compare commits

Author SHA1 Message Date
wymiller 47f9558533 mod: fix gh-dash overlay
Publish packages to Attic / publish (push) Successful in 26m58s
2026-09-06 15:20:04 -04:00
wymiller ac949bcb77 mod: update publish workflow
Publish packages to Attic / publish (push) Failing after 8m50s
2026-09-06 15:09:03 -04:00
wymiller 1500f50bd5 Merge pull request '📦 Add lazygit, diffnav, gh-dash, and k9s overlays' (#13) from import-overlays-from-config into master
Publish packages to Attic / publish (push) Successful in 8m12s
Reviewed-on: #13
2026-09-06 13:55:30 -05:00
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -70,6 +70,11 @@ jobs:
NIXPKGS_ALLOW_UNFREE=1 nix build --impure --sandbox --no-sandbox-fallback --accept-flake-config --no-link --print-out-paths -L \
".#packages.${system}.atuinLatest" \
".#packages.${system}.cliampLatest" \
".#packages.${system}.lazygitLatest" \
".#packages.${system}.ghDashLatest" \
".#packages.${system}.diffNavLatest" \
".#packages.${system}.k9sLatest" \
".#packages.${system}.sable-web" \
".#packages.${system}.musicpresence" \
".#packages.${system}.vintage-story" \
".#packages.${system}.swaytreesave" \
+2 -2
View File
@@ -12,10 +12,10 @@ in {
owner = "dlvhdr";
repo = "gh-dash";
rev = "v${version}";
hash = "sha256-FUb4zrGT0L7S1O5EcOCop4n0zlx1ODsANzBcEl9bvOU=";
hash = "sha256-3iUBuMvA2Xh7UjTiFNEs3tuZMCnSt/bIhTSEDD92yCU=";
};
vendorHash = "sha256-3iUBuMvA2Xh7UjTiFNEs3tuZMCnSt/bIhTSEDD92yCU=";
vendorHash = "sha256-Teu+8jiZE2gZ+0ErKsunhotY9W4Hjg6PAeFkFLgESIk=";
doCheck = false;
checkFlags = [
"-skip=TestFullOutput"