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:
parent
31c53f104b
commit
17117cf565
3 changed files with 11 additions and 1 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue