We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 573aef8 + 7efa5cf commit ca9efb7Copy full SHA for ca9efb7
scripts/create-release.sh
@@ -28,8 +28,8 @@ if [[ $unpushed_commits != "" ]]; then
28
echo -e "\nThere are unpushed changes, exiting:\n$unpushed_commits" >&2
29
exit 1
30
fi
31
-sed -i "s/version = \".*\"/version = \"$version\"/" ./nix/packages/nixos-facter/default.nix
32
-git add ./nix/packages/nixos-facter/default.nix
+sed -i "s/version = \".*\"/version = \"$version\"/" ./nix/packages/nixos-facter/package.nix
+git add ./nix/packages/nixos-facter/package.nix
33
git commit -m "release: v${version}"
34
nix flake check -vL
35
git tag "v${version}"
0 commit comments