Skip to content

Latest commit

 

History

History
17 lines (9 loc) · 212 Bytes

README.md

File metadata and controls

17 lines (9 loc) · 212 Bytes

hello

created using

stack new --bare hello

build using stack in shell

nix-shell --run 'stack build'

build using nix-build

nix-build

install using nix-env

nix-env -i -f default.nix