mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 21:21:06 +00:00
init: lib/flake
A subflake that can be indidividually accessed without also providing an interface to the whole of nixpkgs. Usage: inputs.nixpkgs-lib.url = "github:NixOS/nixpkgs?dir=lib"
This commit is contained in:
parent
460c08357f
commit
2cd41fb432
5
lib/flake.nix
Normal file
5
lib/flake.nix
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
description = "Library of low-level helper functions for nix expressions.";
|
||||
|
||||
outputs = { self }: { lib = import ./lib; };
|
||||
}
|
Loading…
Reference in a new issue