incus: move unwrapped to incus dir

This commit is contained in:
Adam Stephens
2024-02-02 12:58:33 -05:00
parent 3747126155
commit 014e1f6ecc
2 changed files with 4 additions and 1 deletions
+4 -1
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;