1
0
mirror of https://github.com/Mic92/nixos-wiki-infra.git synced 2025-08-25 21:45:37 +02:00

Merge pull request from NixOS/joerg-ci

fix nix-shell shebang with old nix versions
This commit is contained in:
Jörg Thalheim
2024-09-17 11:12:28 +02:00
committed by GitHub

@@ -1,5 +1,5 @@
#! /usr/bin/env nix-shell
#! nix-shell -i bash -p 'python3.withPackages (ps: with ps; [ lxml ])' curl zstd bash findutils gnused coreutils lychee
#! nix-shell -i bash -p "python3.withPackages (ps: with ps; [ lxml ])" curl zstd bash findutils gnused coreutils lychee
# shellcheck shell=bash
SCRIPT_DIR=$(cd -- "$(dirname -- "${BASH_SOURCE[0]}")" &>/dev/null && pwd)