Compare commits
3
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
47f9558533
|
||
|
|
ac949bcb77
|
||
|
|
1500f50bd5 |
@@ -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 \
|
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}.atuinLatest" \
|
||||||
".#packages.${system}.cliampLatest" \
|
".#packages.${system}.cliampLatest" \
|
||||||
|
".#packages.${system}.lazygitLatest" \
|
||||||
|
".#packages.${system}.ghDashLatest" \
|
||||||
|
".#packages.${system}.diffNavLatest" \
|
||||||
|
".#packages.${system}.k9sLatest" \
|
||||||
|
".#packages.${system}.sable-web" \
|
||||||
".#packages.${system}.musicpresence" \
|
".#packages.${system}.musicpresence" \
|
||||||
".#packages.${system}.vintage-story" \
|
".#packages.${system}.vintage-story" \
|
||||||
".#packages.${system}.swaytreesave" \
|
".#packages.${system}.swaytreesave" \
|
||||||
|
|||||||
@@ -12,10 +12,10 @@ in {
|
|||||||
owner = "dlvhdr";
|
owner = "dlvhdr";
|
||||||
repo = "gh-dash";
|
repo = "gh-dash";
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
hash = "sha256-FUb4zrGT0L7S1O5EcOCop4n0zlx1ODsANzBcEl9bvOU=";
|
hash = "sha256-3iUBuMvA2Xh7UjTiFNEs3tuZMCnSt/bIhTSEDD92yCU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
vendorHash = "sha256-3iUBuMvA2Xh7UjTiFNEs3tuZMCnSt/bIhTSEDD92yCU=";
|
vendorHash = "sha256-Teu+8jiZE2gZ+0ErKsunhotY9W4Hjg6PAeFkFLgESIk=";
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
checkFlags = [
|
checkFlags = [
|
||||||
"-skip=TestFullOutput"
|
"-skip=TestFullOutput"
|
||||||
|
|||||||
Reference in New Issue
Block a user