Loading pkgs/by-name/gr/gren/update.sh +1 −1 Original line number Diff line number Diff line #!/usr/bin/env nix-shell #!nix-shell -i bash -p cabal2nix curl jq nix-update nixfmt-rfc-style #!nix-shell -i bash -p cabal2nix curl jq nix-update nixfmt set -euo pipefail Loading pkgs/os-specific/linux/kernel/update-xanmod.sh +1 −1 Original line number Diff line number Diff line #!/usr/bin/env nix-shell #!nix-shell -i bash -p bash nix-prefetch curl jq gawk gnused nixfmt-rfc-style #!nix-shell -i bash -p bash nix-prefetch curl jq gawk gnused nixfmt set -euo pipefail Loading pkgs/servers/x11/xorg/update.py +1 −1 Original line number Diff line number Diff line #!/usr/bin/env nix-shell #!nix-shell --pure --keep NIX_PATH -i python3 -p nix git nixfmt-rfc-style "python3.withPackages (ps: [ ps. packaging ps.beautifulsoup4 ps.requests ])" #!nix-shell --pure --keep NIX_PATH -i python3 -p nix git nixfmt "python3.withPackages (ps: [ ps. packaging ps.beautifulsoup4 ps.requests ])" # Usage: Run ./update.py from the directory containing tarballs.list. The script checks for the # latest versions of all packages, updates the expressions if any update is found, and commits Loading Loading
pkgs/by-name/gr/gren/update.sh +1 −1 Original line number Diff line number Diff line #!/usr/bin/env nix-shell #!nix-shell -i bash -p cabal2nix curl jq nix-update nixfmt-rfc-style #!nix-shell -i bash -p cabal2nix curl jq nix-update nixfmt set -euo pipefail Loading
pkgs/os-specific/linux/kernel/update-xanmod.sh +1 −1 Original line number Diff line number Diff line #!/usr/bin/env nix-shell #!nix-shell -i bash -p bash nix-prefetch curl jq gawk gnused nixfmt-rfc-style #!nix-shell -i bash -p bash nix-prefetch curl jq gawk gnused nixfmt set -euo pipefail Loading
pkgs/servers/x11/xorg/update.py +1 −1 Original line number Diff line number Diff line #!/usr/bin/env nix-shell #!nix-shell --pure --keep NIX_PATH -i python3 -p nix git nixfmt-rfc-style "python3.withPackages (ps: [ ps. packaging ps.beautifulsoup4 ps.requests ])" #!nix-shell --pure --keep NIX_PATH -i python3 -p nix git nixfmt "python3.withPackages (ps: [ ps. packaging ps.beautifulsoup4 ps.requests ])" # Usage: Run ./update.py from the directory containing tarballs.list. The script checks for the # latest versions of all packages, updates the expressions if any update is found, and commits Loading