This commit is contained in:
Rongsong Shen 2025-08-26 10:40:52 +08:00
parent adf4888d4a
commit 26ab45b57b
3 changed files with 9 additions and 6 deletions

View file

@ -1,4 +1,4 @@
{pkgs,mypkgs,...}:
{pkgs,...}:
with pkgs;
{
xbuild = callPackage ./pkgs/x/xbuild/package.nix {};