nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix

build-support/setup-hooks: change shebang to shellcheck directive

Artturin af70ba03 60b1f09a

+3 -3
+1 -1
pkgs/build-support/setup-hooks/auto-patchelf.sh
··· 1 - #!/usr/bin/env bash 1 + # shellcheck shell=bash 2 2 3 3 declare -a autoPatchelfLibs 4 4 declare -a extraAutoPatchelfLibs
+1 -1
pkgs/build-support/setup-hooks/desktop-to-darwin-bundle.sh
··· 1 - #!/usr/bin/env bash 1 + # shellcheck shell=bash 2 2 fixupOutputHooks+=('convertDesktopFiles $prefix') 3 3 4 4 # Get a param out of a desktop file. First parameter is the file and the second
+1 -1
pkgs/build-support/setup-hooks/move-systemd-user-units.sh
··· 1 - #!/usr/bin/env bash 1 + # shellcheck shell=bash 2 2 3 3 # This setup hook, for each output, moves everything in 4 4 # $output/lib/systemd/user to $output/share/systemd/user, and replaces