improve pkgs

This commit is contained in:
Rongsong Shen 2025-05-26 08:31:35 +00:00
parent 0eaceec311
commit 22614307cf

View file

@ -1,7 +1,6 @@
# default.nix # default.nix
let let
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/master.tar.gz"; pkgs = import <nixpkgs> { config = {}; overlays = []; };
pkgs = import nixpkgs { config = {}; overlays = []; };
in in
{ {
xbuild = pkgs.callPackage ./pkgs/x/xbuild/package.nix {}; xbuild = pkgs.callPackage ./pkgs/x/xbuild/package.nix {};