improve pkgs
This commit is contained in:
parent
0eaceec311
commit
22614307cf
1 changed files with 1 additions and 2 deletions
|
|
@ -1,7 +1,6 @@
|
|||
# default.nix
|
||||
let
|
||||
nixpkgs = fetchTarball "https://github.com/NixOS/nixpkgs/archive/master.tar.gz";
|
||||
pkgs = import nixpkgs { config = {}; overlays = []; };
|
||||
pkgs = import <nixpkgs> { config = {}; overlays = []; };
|
||||
in
|
||||
{
|
||||
xbuild = pkgs.callPackage ./pkgs/x/xbuild/package.nix {};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue