1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-06-25 06:31:14 +02:00

packaging: Pass version directly

This commit is contained in:
Robert Hensing 2024-07-06 17:36:31 +02:00
parent efd5f50f5e
commit 0729f0a113
22 changed files with 25 additions and 60 deletions

View file

@ -40,6 +40,7 @@ let
in
scope: {
inherit stdenv versionSuffix;
version = lib.fileContents ../.version + versionSuffix;
libseccomp = pkgs.libseccomp.overrideAttrs (_: rec {
version = "2.5.5";