Skip to content

Latest commit

 

History

History

nix_stack

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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