.version: Make lib/.version source of truth

This way we don't have to make sure they're in sync, and we remove
a small step from the release process.
This commit is contained in:
Robert Hensing 2024-02-14 16:43:08 +01:00
parent 17117cf565
commit f45844cb55
2 changed files with 1 additions and 10 deletions

View File

@ -1 +0,0 @@
24.05

1
.version Symbolic link
View File

@ -0,0 +1 @@
lib/.version

View File

@ -49,15 +49,6 @@ pkgs.runCommand "nixpkgs-lib-tests-nix-${nix.version}" {
nix-store --init
# nixpkgs/lib/.version is a copy of nixpkgs/.version, so that the lib
# subtree is valid in isolation (except for the tests, but that's ok)
cp ${../../.version} nixpkgs-.version
cp ${../.version} nixpkgs-lib-.version
diff -U3 nixpkgs-.version nixpkgs-lib-.version || {
echo '<nixpkgs/.version> and <nixpkgs/lib/.version> must match.'
exit 1
}
cp -r ${../.} lib
echo "Running lib/tests/modules.sh"
bash lib/tests/modules.sh