Loading pkgs/by-name/in/incus/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -165,6 +165,7 @@ symlinkJoin { passthru = { inherit client unwrapped; ui = callPackage ./ui.nix {}; inherit (unwrapped) tests; }; Loading pkgs/by-name/in/incus/ui.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lxd , fetchFromGitHub , git }: lxd.ui.overrideAttrs(prev: rec { pname = "incus-ui"; zabbly = fetchFromGitHub { owner = "zabbly"; repo = "incus"; rev = "141fb0736cc12083b086c389c68c434f86d5749e"; hash = "sha256-6o1LhqGTpuZNdSVbT8wAVcN5A3CwiXcwVOz0AqDxCPw="; }; nativeBuildInputs = prev.nativeBuildInputs ++ [ git ]; patchPhase = '' for p in $zabbly/patches/ui-canonical*; do echo "applying patch $p" git apply -p1 "$p" done ''; }) Loading
pkgs/by-name/in/incus/package.nix +1 −0 Original line number Diff line number Diff line Loading @@ -165,6 +165,7 @@ symlinkJoin { passthru = { inherit client unwrapped; ui = callPackage ./ui.nix {}; inherit (unwrapped) tests; }; Loading
pkgs/by-name/in/incus/ui.nix 0 → 100644 +26 −0 Original line number Diff line number Diff line { lxd , fetchFromGitHub , git }: lxd.ui.overrideAttrs(prev: rec { pname = "incus-ui"; zabbly = fetchFromGitHub { owner = "zabbly"; repo = "incus"; rev = "141fb0736cc12083b086c389c68c434f86d5749e"; hash = "sha256-6o1LhqGTpuZNdSVbT8wAVcN5A3CwiXcwVOz0AqDxCPw="; }; nativeBuildInputs = prev.nativeBuildInputs ++ [ git ]; patchPhase = '' for p in $zabbly/patches/ui-canonical*; do echo "applying patch $p" git apply -p1 "$p" done ''; })