Simplify something
This commit is contained in:
parent
b896a064f4
commit
3f0a235dc8
7 changed files with 4 additions and 11 deletions
5
extras/pkgs/default.nix
Normal file
5
extras/pkgs/default.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Custom packages, that can be defined similarly to nixpkgs
|
||||
{pkgs, ...}: {
|
||||
xash3d = pkgs.callPackage ./xash/xash3d.nix {};
|
||||
hlsdk = pkgs.callPackage ./xash/hlsdk.nix {};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue