Skip to content

Commit 21707fd

Browse files
antonymclaude
andcommitted
Re-add nixos-unstable to version list
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
1 parent 8e528a2 commit 21707fd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

version.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/bin/bash
22

33
set -e
4-
VERSION=$(git ls-remote --tags https://github.com/nix-community/nixos-images.git | grep -v assets | grep -v nixos-unstable | awk -F'/' '{print $3}' | sort -r | paste -s -d 'Q' -)
4+
VERSION=$(git ls-remote --tags https://github.com/nix-community/nixos-images.git | grep -v assets | awk -F'/' '{print $3}' | sort -r | paste -s -d 'Q' -)
55

66
# make sure the return has a sane version
77
while [[ "${VERSION}" =~ ^nixos-.* ]]; do

0 commit comments

Comments
 (0)