Local packages now use callPackage in configuration.nix
This commit is contained in:
parent
6d01a0c3d0
commit
2e26948537
3 changed files with 5 additions and 21 deletions
|
|
@ -1 +1 @@
|
||||||
Moved productive specialisation systemPackages to the correct place
|
Local packages now use callPackage in configuration.nix
|
||||||
|
|
|
||||||
|
|
@ -64,17 +64,9 @@ let
|
||||||
aspellDicts.hu
|
aspellDicts.hu
|
||||||
kdePackages.qtmultimedia
|
kdePackages.qtmultimedia
|
||||||
kdePackages.karousel
|
kdePackages.karousel
|
||||||
(
|
(pkgs.lib.callPackageWith (
|
||||||
with pkgs;
|
pkgs // pkgs.kdePackages
|
||||||
import ./kwin4_effect_geometry_change/kwin4_effect_geometry_change.nix {
|
) ./kwin4_effect_geometry_change/kwin4_effect_geometry_change.nix { })
|
||||||
inherit lib;
|
|
||||||
inherit stdenv;
|
|
||||||
inherit fetchFromGitHub;
|
|
||||||
kpackage = kdePackages.kpackage;
|
|
||||||
kwin = kdePackages.kwin;
|
|
||||||
inherit nodejs;
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
gimp
|
gimp
|
||||||
inkscape
|
inkscape
|
||||||
|
|
@ -97,14 +89,7 @@ let
|
||||||
crawlTiles
|
crawlTiles
|
||||||
prismlauncher
|
prismlauncher
|
||||||
mindustry
|
mindustry
|
||||||
(
|
(pkgs.callPackage ./jgrpp-0.65.2/jgrpp-0.65.2.nix { })
|
||||||
with pkgs;
|
|
||||||
import ./jgrpp-0.65.2/jgrpp-0.65.2.nix {
|
|
||||||
inherit fetchFromGitHub;
|
|
||||||
inherit openttd;
|
|
||||||
inherit zstd;
|
|
||||||
}
|
|
||||||
)
|
|
||||||
|
|
||||||
# retroarch-full
|
# retroarch-full
|
||||||
|
|
||||||
|
|
|
||||||
1
result
1
result
|
|
@ -1 +0,0 @@
|
||||||
/nix/store/m7j1lj59w72b5zpqvdd8w0gmg04apyaz-nixos-system-nixos-Updated_nixvim_in_flake
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue