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
|
||||
kdePackages.qtmultimedia
|
||||
kdePackages.karousel
|
||||
(
|
||||
with pkgs;
|
||||
import ./kwin4_effect_geometry_change/kwin4_effect_geometry_change.nix {
|
||||
inherit lib;
|
||||
inherit stdenv;
|
||||
inherit fetchFromGitHub;
|
||||
kpackage = kdePackages.kpackage;
|
||||
kwin = kdePackages.kwin;
|
||||
inherit nodejs;
|
||||
}
|
||||
)
|
||||
(pkgs.lib.callPackageWith (
|
||||
pkgs // pkgs.kdePackages
|
||||
) ./kwin4_effect_geometry_change/kwin4_effect_geometry_change.nix { })
|
||||
|
||||
gimp
|
||||
inkscape
|
||||
|
|
@ -97,14 +89,7 @@ let
|
|||
crawlTiles
|
||||
prismlauncher
|
||||
mindustry
|
||||
(
|
||||
with pkgs;
|
||||
import ./jgrpp-0.65.2/jgrpp-0.65.2.nix {
|
||||
inherit fetchFromGitHub;
|
||||
inherit openttd;
|
||||
inherit zstd;
|
||||
}
|
||||
)
|
||||
(pkgs.callPackage ./jgrpp-0.65.2/jgrpp-0.65.2.nix { })
|
||||
|
||||
# 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