mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-12 04:35:41 +03:00

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"
5 lines
130 B
Nix
5 lines
130 B
Nix
{
|
|
description = "Library of low-level helper functions for nix expressions.";
|
|
|
|
outputs = { self }: { lib = import ./lib; };
|
|
}
|