mirror of
https://github.com/NixOS/nix
synced 2025-06-25 19:01:16 +02:00
packaging: Pass version directly
This commit is contained in:
parent
efd5f50f5e
commit
0729f0a113
22 changed files with 25 additions and 60 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
# Configuration Options
|
||||
|
||||
, versionSuffix ? ""
|
||||
, version
|
||||
}:
|
||||
|
||||
let
|
||||
|
@ -16,7 +16,7 @@ in
|
|||
|
||||
mkMesonDerivation (finalAttrs: {
|
||||
pname = "nix-external-api-docs";
|
||||
version = lib.fileContents ./.version + versionSuffix;
|
||||
inherit version;
|
||||
|
||||
workDir = ./.;
|
||||
fileset =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue