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:
parent
7ec621b510
commit
c3bc79be5e
1 changed files with 1 additions and 1 deletions
|
|
@ -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")"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue