repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
doc/stdenv/platform-notes: fix typo
[NixPkgs.git]
/
lib
/
flake.nix
blob
a21b988cbbe724ee25c3a9e0375d2e56845a0cc6
1
{
2
description = "Library of low-level helper functions for nix expressions.";
3
4
outputs =
5
{ self }:
6
let
7
lib0 = import ./.;
8
in
9
{
10
lib = lib0.extend (import ./flake-version-info.nix self);
11
};
12
}