Skip to content

srid/nixid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nixid

Like ghcid -T but for Nix

nixid is a flake-parts module for running Nix expressions in a feedback loop, so you can iterate on them in a text editor rather than in nix repl.

asciicast

Usage

In an empty directory, run:

nix flake init -t github:srid/nixid

Edit the generated flake.nix to make the "expr" option to be whatever Nix expression you are iterating on.

Then run nix run to start a feedback loop that evaluates the expression and prints the value whenever it changes.

About

Like `ghcid -T` but for Nix

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages