1
0
mirror of https://github.com/h7x4/nix-attr-search.git synced 2024-12-22 03:57:32 +01:00
Commit Graph

9 Commits

Author SHA1 Message Date
fddecffa02
naming consistency: nix-attrs-* -> nix-attr-* 2022-11-26 21:01:29 +01:00
fa2f0fd6b4
json2nix: use nixfmt internally
This helps with creating better error messages,
because we can now see where in the pipeline
the error occurred
2022-11-26 20:50:22 +01:00
eab555988e
utils/ormolu: init
Add tool for formatting haskell files
2022-11-26 20:48:26 +01:00
ca3e27ec77
nix-option-search: Init 2022-11-26 06:35:58 +01:00
a5d68057d0
format 2022-11-26 06:02:52 +01:00
36b5f5e5f7
hms: make defaultManualPath into callPackage arg 2022-11-26 06:02:19 +01:00
3e2697ca4d
hms: handle more example cases 2022-11-26 06:01:04 +01:00
f6217e4c54
Restructure project:
The project has grown quite a bit without me remembering
to make any commits...

Here's a summary of what has happened:

- Make the project friendly towards non-flake users
- Add searchers to be created: `nur-package-search`, `nix-lib-search`
- Add misc util scripts for formatting and testing code.
- Split templates into their own directory,
    as they get quite large after a while.

- Add colorized templates.
- Replace some of the xml tags with optionally colorized output.
- Add `--no-color` option
- Add json2nix script, which will convert the json-converted
    nix code back into nix.
2022-11-26 05:14:14 +01:00
0aaa30346e
Initial commit 2022-11-24 20:09:31 +01:00