0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

lib flake: Fix version

Manually tested with

nix-repl> :lf path:lib
nix-repl> lib.version
This commit is contained in:
Robert Hensing 2024-02-14 16:42:03 +01:00
parent 31c53f104b
commit 17117cf565
3 changed files with 11 additions and 1 deletions

View file

@ -174,7 +174,7 @@ in {
version = release + versionSuffix;
/* Returns the current nixpkgs release number as string. */
release = lib.strings.fileContents ../.version;
release = lib.strings.fileContents ./.version;
/* The latest release that is supported, at the time of release branch-off,
if applicable.