lambdaclass / concrete

Concrete is a simple programming language specifically crafted for creating highly scalable systems that are reliable, efficient, and easy to maintain.
Apache License 2.0
123 stars 11 forks source link

Add flake.nix, shell.nix and a simple Makefile #14

Open unbalancedparentheses opened 8 months ago

unbalancedparentheses commented 8 months ago

Add instructions:

If you have [Nix](https://nixos.org/), this will be much simpler. Just:

$ nix-shell
$ make

Makefile: https://github.com/austral/austral/blob/master/Makefile fake.nix: https://github.com/austral/austral/blob/master/flake.nix shell.nix: https://github.com/austral/austral/blob/master/shell.nix