lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

foot: add `passthru.updateScript`

updates foot itself and subpackage

1adept 79721c69 5f2c5ca7

+9
+3
pkgs/by-name/fo/foot/package.nix
··· 200 200 "themes" 201 201 ]; 202 202 203 + passthru = { inherit stimulusGenerator; }; 204 + passthru.updateScript = ./update.sh; 205 + 203 206 passthru.tests = { 204 207 clang-default-compilation = foot.override { 205 208 inherit (llvmPackages) stdenv;
+6
pkgs/by-name/fo/foot/update.sh
··· 1 + #!/usr/bin/env nix-shell 2 + #!nix-shell -i bash 3 + #!nix-shell -p nix-update 4 + 5 + nix-update foot 6 + nix-update --version=skip foot.stimulusGenerator