6 lines
176 B
Nix
6 lines
176 B
Nix
# Custom packages, that can be defined similarly to nixpkgs
|
|
{pkgs, ...}: {
|
|
xash3d = pkgs.callPackage ./xash/xash3d.nix {};
|
|
hlsdk = pkgs.callPackage ./xash/hlsdk.nix {};
|
|
}
|