Nix flakes for tools that I use.
- codium - set up
VSCodium
with extensions and executables onPATH
- devshell - Easily create a CLI to your
devShells
- drv-tools - convenience tools for working with derivations
- env2json - convert
.env
to.json
- flakes-tools - convenience tools for working with flakes and pushing them to cachix
- json2md - convert
JSON
(orNix
) toMarkdown
- I use it to generate
.md
docs from Nix expressions - example
- I use it to generate
- language-tools - tools for languages that I use
Haskell
,Python
,PureScript
,nix
- source-flake - pinned flakes
- I use them to sync flake inputs in my flakes
- templates - Nix flake templates
- See Templates
- terrafix -
eDSL
to generateTerraform
files from DRYNix
expressions - workflows - generate
GH Actions
Workflows from DRYNix
expressions
This repo provides several templates. Learn how you can use them:
- Templates Prerequisites
- Dev tools Conventions - decide where to put flakes generated from templates
- codium-generic -
VSCodium
with extensions and executables onPATH
. - codium-haskell -
VSCodium
with extensions and executables onPATH
forHaskell
. Demonstrates several ways to run aHaskell
app. - codium-haskell-simple -
VSCodium
with extensions and executables onPATH
forHaskell
. A simplified version ofcodium-haskell
. - haskell-minimal - A minimal flake for developing local
Haskell
packages.