NixOS-Config/pkgs/default.nix

8 lines
244 B
Nix
Raw Normal View History

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