1
0
Fork 0
forked from Bun/nixos-config

Simplify something

This commit is contained in:
jimjam4real 2024-09-23 14:41:31 -04:00
parent b896a064f4
commit 3f0a235dc8
7 changed files with 4 additions and 11 deletions

View file

@ -1,5 +0,0 @@
# Custom packages, that can be defined similarly to nixpkgs
{pkgs, ...}: {
xash3d = pkgs.callPackage ./xash/xash3d.nix {};
hlsdk = pkgs.callPackage ./xash/hlsdk.nix {};
}