Skip to content

Commit

Permalink
incus: move unwrapped to incus dir
Browse files Browse the repository at this point in the history
  • Loading branch information
adamcstephens committed Feb 2, 2024
1 parent 3747126 commit 014e1f6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion pkgs/by-name/in/incus/package.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ lib
, incus-unwrapped
, callPackage
, linkFarm
, makeWrapper
, stdenv
Expand Down Expand Up @@ -37,6 +37,8 @@
, xz
}:
let
incus-unwrapped = callPackage ./unwrapped.nix {};

binPath = lib.makeBinPath [
acl
attr
Expand Down Expand Up @@ -127,6 +129,7 @@ symlinkJoin {

passthru = {
inherit (incus-unwrapped) tests;
unwrapped = incus-unwrapped;
};

inherit (incus-unwrapped) meta pname version;
Expand Down
File renamed without changes.

0 comments on commit 014e1f6

Please sign in to comment.