Mark builds from git explicitly
This commit is contained in:
@@ -17,6 +17,6 @@ getVersion() {
|
||||
if nixpkgs=$(nix-instantiate --find-file nixpkgs "$@"); then
|
||||
getVersion $nixpkgs
|
||||
if [ -n "$rev" ]; then
|
||||
echo "pre-$rev"
|
||||
echo ".git.$rev"
|
||||
fi
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user