Commit Graph

5 Commits

Author SHA1 Message Date
Oystein Kristoffer Tveit 93cc90c97b
json2nix: add compiler as a package option 2022-11-29 15:31:48 +01:00
Oystein Kristoffer Tveit 42758507b6
json2nix: fix string quotation bug 2022-11-28 20:23:03 +01:00
Oystein Kristoffer Tveit d30a1093a3
json2nix: `ghc942` -> `ghc924`
Downgrade ghc compiler to support `nixos-22.05`
2022-11-26 21:08:14 +01:00
Oystein Kristoffer Tveit 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
Oystein Kristoffer Tveit 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