From b9ded38afa3578a5e462b97cb11e0e380e1dcc84 Mon Sep 17 00:00:00 2001 From: Austin Horstman Date: Sun, 18 Jan 2026 22:50:55 -0600 Subject: [PATCH] news: bump nixpkgs channel Getting eval error with lix, bumping resolves it. Signed-off-by: Austin Horstman --- modules/misc/news/create-news-entry.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/misc/news/create-news-entry.sh b/modules/misc/news/create-news-entry.sh index 689f264b..7becc0fc 100755 --- a/modules/misc/news/create-news-entry.sh +++ b/modules/misc/news/create-news-entry.sh @@ -1,5 +1,5 @@ #!/usr/bin/env nix-shell -#! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/05f0934825c2a0750d4888c4735f9420c906b388.tar.gz -i bash -p coreutils +#! nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/72ac591e737060deab2b86d6952babd1f896d7c5.tar.gz -i bash -p coreutils DATE="$(date --iso-8601=second --universal)" YEAR="$(date --date="$DATE" +"%Y")"