podman-initialization.sh: remove the systemd pkg dependency for nix-shell

This commit is contained in:
Pratham Patel 2023-12-09 11:57:23 +05:30
parent 4ad9a89c47
commit df66438323
Signed by: thefossguy
SSH Key Fingerprint: SHA256:/B3wAg7jnMEBQ2JwkebbS/eXVZANDmqRfnd9QkIhxMI

View File

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#! nix-shell -i bash --packages bash choose coreutils curl findutils git gnugrep openssl podman systemd
#! nix-shell -i bash --packages bash choose coreutils curl findutils git gnugrep openssl podman
set -xeuf -o pipefail