incus: move unwrapped to incus dir

This commit is contained in:
Adam Stephens 2024-01-31 23:07:29 -05:00
parent 3747126155
commit 014e1f6ecc
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View File

@ -1,5 +1,5 @@
{ lib
, incus-unwrapped
, callPackage
, linkFarm
, makeWrapper
, stdenv
@ -37,6 +37,8 @@
, xz
}:
let
incus-unwrapped = callPackage ./unwrapped.nix {};
binPath = lib.makeBinPath [
acl
attr
@ -127,6 +129,7 @@ symlinkJoin {
passthru = {
inherit (incus-unwrapped) tests;
unwrapped = incus-unwrapped;
};
inherit (incus-unwrapped) meta pname version;