improve pkgs

This commit is contained in:
Rongsong Shen 2025-05-26 08:11:23 +00:00
parent 26661fe1a6
commit 5f5f78c752
2 changed files with 1 additions and 1 deletions

View file

@ -4,5 +4,5 @@ let
pkgs = import nixpkgs { config = {}; overlays = []; }; pkgs = import nixpkgs { config = {}; overlays = []; };
in in
{ {
xbuild = pkgs.callPackage ./pkgs/x/xbuild.nix {}; xbuild = pkgs.callPackage ./pkgs/x/xbuild/default.nix {};
} }