File tree Expand file tree Collapse file tree 4 files changed +38
-0
lines changed
Expand file tree Collapse file tree 4 files changed +38
-0
lines changed Original file line number Diff line number Diff line change 1+ # Nix Functions Docset
2+
3+ Author: Yuto Oguchi ([ @aiotter ] ( https://github.com/aiotter ) )
4+
5+ ## Contents
6+
7+ * ` builtins `
8+ * ` pkgs.lib `
9+
10+ ## Generation steps
11+
12+ ``` bash
13+ $ nix run github:aiotter/dash-nix-manual#generate-docset-functions
14+ ```
15+
16+ ## Bug reports
17+
18+ Please file issues at < https://github.com/aiotter/dash-nix-manual > .
19+
20+ ## Attributions
21+
22+ - “NixOS Logo” by [ Simon Frankau] ( https://github.com/simon-frankau ) ,
23+ [ Tim Cuthbertson] ( https://github.com/timbertson ) ,
24+ and [ Daniel Baker] ( https://github.com/djacu )
25+ (maintained by the [ NixOS Marketing Team] ( https://nixos.org/community/teams/marketing/ ) ),
26+ from [ nixos/branding] ( https://github.com/NixOS/branding ) ,
27+ licensed under [ CC BY 4.0] ( https://creativecommons.org/licenses/by/4.0/ ) .
Original file line number Diff line number Diff line change 1+ {
2+ "name" : " Nix functions" ,
3+ "version" : " 1.0.1" ,
4+ "archive" : " Nix_functions.tgz" ,
5+ "author" : {
6+ "name" : " Yuto Oguchi" ,
7+ "link" : " https://github.com/aiotter"
8+ },
9+ "aliases" : [" nix" , " nixpkgs" ],
10+ "specific_versions" : []
11+ }
You can’t perform that action at this time.
0 commit comments