1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-12-02 15:11:03 +01:00

news: set nixpkgs channel in create-news-entry shebang

This commit is contained in:
Robert Helgesson 2025-11-15 10:17:24 +01:00
parent 7ec621b510
commit c3bc79be5e
No known key found for this signature in database
GPG key ID: 96E745BD17AA17ED

View file

@ -1,5 +1,5 @@
#!/usr/bin/env nix-shell
#! nix-shell -I https://github.com/NixOS/nixpkgs/archive/05f0934825c2a0750d4888c4735f9420c906b388.tar.gz -i bash -p coreutils
#! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/05f0934825c2a0750d4888c4735f9420c906b388.tar.gz -i bash -p coreutils
DATE="$(date --iso-8601=second --universal)"
YEAR="$(date --date="$DATE" +"%Y")"