pkgs: Add pkgs-lib structure
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
# pkgs-lib is for functions and values that can't be in lib because
|
||||
# they depend on some packages. This notably is *not* for supporting package
|
||||
# building, instead pkgs/build-support is the place for that.
|
||||
{ lib, pkgs }: {
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
# Call nix-build on this file to run all tests in this directory
|
||||
{ pkgs ? import ../../.. {} }:
|
||||
let
|
||||
in pkgs.linkFarm "nixpkgs-pkgs-lib-tests" [
|
||||
]
|
||||
Reference in New Issue
Block a user