NixOS-Config/extras/pkgs/default.nix

6 lines
176 B
Nix
Raw Normal View History

# Custom packages, that can be defined similarly to nixpkgs
2024-08-24 22:16:51 -04:00
{pkgs, ...}: {
xash3d = pkgs.callPackage ./xash/xash3d.nix {};
hlsdk = pkgs.callPackage ./xash/hlsdk.nix {};
}