Skip to content

Latest commit

 

History

History

make-binary

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Flake demonstration of lispPackagesLite

Usage:

nix run

Flake Trouble Shooting

If you see either of these two errors:

error: experimental Nix feature 'nix-command' is disabled; use '--extra-experimental-features nix-command' to override
error: experimental Nix feature 'flakes' is disabled; use '--extra-experimental-features flakes' to override

Try adding this to any ‘nix’ command:

nix --extra-experimental-features 'flakes nix-command' ...