1 parent 8e528a2 commit 21707fdCopy full SHA for 21707fd
1 file changed
version.sh
@@ -1,7 +1,7 @@
1
#!/bin/bash
2
3
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' -)
+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' -)
5
6
# make sure the return has a sane version
7
while [[ "${VERSION}" =~ ^nixos-.* ]]; do
0 commit comments