top-level: use callPackages where inheriting packages
otherwise they cannot be overwritten
This commit is contained in:
parent
f38266ea8d
commit
99159b6f7e
1 changed files with 10 additions and 10 deletions
|
@ -1041,7 +1041,7 @@ with pkgs;
|
||||||
|
|
||||||
fetchpijul = callPackage ../build-support/fetchpijul { };
|
fetchpijul = callPackage ../build-support/fetchpijul { };
|
||||||
|
|
||||||
inherit (callPackage ../build-support/node/fetch-yarn-deps { })
|
inherit (callPackages ../build-support/node/fetch-yarn-deps { })
|
||||||
prefetch-yarn-deps
|
prefetch-yarn-deps
|
||||||
fetchYarnDeps;
|
fetchYarnDeps;
|
||||||
|
|
||||||
|
@ -1919,7 +1919,7 @@ with pkgs;
|
||||||
|
|
||||||
immich-cli = callPackage ../tools/misc/immich-cli { };
|
immich-cli = callPackage ../tools/misc/immich-cli { };
|
||||||
|
|
||||||
inherit (callPackage ../tools/networking/ivpn/default.nix {}) ivpn ivpn-service;
|
inherit (callPackages ../tools/networking/ivpn/default.nix {}) ivpn ivpn-service;
|
||||||
|
|
||||||
jobber = callPackage ../tools/system/jobber { };
|
jobber = callPackage ../tools/system/jobber { };
|
||||||
|
|
||||||
|
@ -4406,7 +4406,7 @@ with pkgs;
|
||||||
buttercup-desktop = callPackage ../tools/security/buttercup-desktop { };
|
buttercup-desktop = callPackage ../tools/security/buttercup-desktop { };
|
||||||
|
|
||||||
charles = charles4;
|
charles = charles4;
|
||||||
inherit (callPackage ../applications/networking/charles {})
|
inherit (callPackages ../applications/networking/charles {})
|
||||||
charles3
|
charles3
|
||||||
charles4
|
charles4
|
||||||
;
|
;
|
||||||
|
@ -4759,7 +4759,7 @@ with pkgs;
|
||||||
|
|
||||||
copyright-update = callPackage ../tools/text/copyright-update { };
|
copyright-update = callPackage ../tools/text/copyright-update { };
|
||||||
|
|
||||||
inherit (callPackage ../tools/misc/coreboot-utils { })
|
inherit (callPackages ../tools/misc/coreboot-utils { })
|
||||||
msrtool
|
msrtool
|
||||||
cbmem
|
cbmem
|
||||||
ifdtool
|
ifdtool
|
||||||
|
@ -6878,7 +6878,7 @@ with pkgs;
|
||||||
|
|
||||||
cirrusgo = callPackage ../tools/security/cirrusgo { };
|
cirrusgo = callPackage ../tools/security/cirrusgo { };
|
||||||
|
|
||||||
inherit (callPackage ../applications/networking/remote/citrix-workspace { })
|
inherit (callPackages ../applications/networking/remote/citrix-workspace { })
|
||||||
citrix_workspace_23_02_0
|
citrix_workspace_23_02_0
|
||||||
citrix_workspace_23_07_0
|
citrix_workspace_23_07_0
|
||||||
citrix_workspace_23_09_0
|
citrix_workspace_23_09_0
|
||||||
|
@ -8469,7 +8469,7 @@ with pkgs;
|
||||||
|
|
||||||
gaphor = python3Packages.callPackage ../tools/misc/gaphor { };
|
gaphor = python3Packages.callPackage ../tools/misc/gaphor { };
|
||||||
|
|
||||||
inherit (callPackage ../tools/filesystems/garage {
|
inherit (callPackages ../tools/filesystems/garage {
|
||||||
inherit (darwin.apple_sdk.frameworks) Security;
|
inherit (darwin.apple_sdk.frameworks) Security;
|
||||||
})
|
})
|
||||||
garage
|
garage
|
||||||
|
@ -11136,7 +11136,7 @@ with pkgs;
|
||||||
|
|
||||||
netbootxyz-efi = callPackage ../tools/misc/netbootxyz-efi { };
|
netbootxyz-efi = callPackage ../tools/misc/netbootxyz-efi { };
|
||||||
|
|
||||||
inherit (callPackage ../servers/web-apps/netbox { })
|
inherit (callPackages ../servers/web-apps/netbox { })
|
||||||
netbox netbox_3_5 netbox_3_6;
|
netbox netbox_3_5 netbox_3_6;
|
||||||
|
|
||||||
netbox2netshot = callPackage ../tools/admin/netbox2netshot { };
|
netbox2netshot = callPackage ../tools/admin/netbox2netshot { };
|
||||||
|
@ -11199,7 +11199,7 @@ with pkgs;
|
||||||
|
|
||||||
grocy = callPackage ../servers/grocy { };
|
grocy = callPackage ../servers/grocy { };
|
||||||
|
|
||||||
inherit (callPackage ../servers/nextcloud {})
|
inherit (callPackages ../servers/nextcloud {})
|
||||||
nextcloud26 nextcloud27 nextcloud28;
|
nextcloud26 nextcloud27 nextcloud28;
|
||||||
|
|
||||||
nextcloud26Packages = callPackage ../servers/nextcloud/packages {
|
nextcloud26Packages = callPackage ../servers/nextcloud/packages {
|
||||||
|
@ -11232,7 +11232,7 @@ with pkgs;
|
||||||
|
|
||||||
noip = callPackage ../tools/networking/noip { };
|
noip = callPackage ../tools/networking/noip { };
|
||||||
|
|
||||||
inherit (callPackage ../applications/networking/cluster/nomad { })
|
inherit (callPackages ../applications/networking/cluster/nomad { })
|
||||||
nomad
|
nomad
|
||||||
nomad_1_4
|
nomad_1_4
|
||||||
nomad_1_5
|
nomad_1_5
|
||||||
|
@ -12142,7 +12142,7 @@ with pkgs;
|
||||||
|
|
||||||
plujain-ramp = callPackage ../applications/audio/plujain-ramp { };
|
plujain-ramp = callPackage ../applications/audio/plujain-ramp { };
|
||||||
|
|
||||||
inherit (callPackage ../servers/plik { })
|
inherit (callPackages ../servers/plik { })
|
||||||
plik plikd;
|
plik plikd;
|
||||||
|
|
||||||
plex = callPackage ../servers/plex { };
|
plex = callPackage ../servers/plex { };
|
||||||
|
|
Loading…
Reference in a new issue