improve pkgs
This commit is contained in:
parent
26661fe1a6
commit
5f5f78c752
2 changed files with 1 additions and 1 deletions
|
|
@ -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 {};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue