Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

Nix

Reusable Nix development tooling for Tiny Interpreters.

Usage

Add it as an input:

inputs.ti.url = "github:tinyinterpreters/nix";

The flake has no inputs of its own.

let
  mkElmShell = ti.lib.mkElmShell pkgs;
in
{
  devShells.default = mkElmShell {
    name = "const";
  };
}

lib

About

Reusable Nix development tooling for Tiny Interpreters.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages