Fix the packages in the overlays

This commit is contained in:
Jimbo 2024-10-15 02:56:05 -04:00
parent 2eba1c95c0
commit 857c8ea289
2 changed files with 3 additions and 2 deletions

View file

@ -7,6 +7,7 @@
../../../modules/home/files
../../../modules/home/settings
../../../modules/home/programs
../../../modules/home/programs/misc/gaming/xash3d
../../../modules/home/sway
../../../modules/home/utils

View file

@ -1,5 +1,5 @@
{ pkgs, ... }:
{
xash3d = import ./xash3d { inherit pkgs; };
hlsdk = import ./hlsdk { inherit pkgs; };
xash3d = pkgs.callPackage ./xash3d {};
hlsdk = pkgs.callPackage ./hlsdk {};
}