Created
September 8, 2018 00:59
-
-
Save fstamour/f5bec8324ddd47290ecc0b1a0441eff8 to your computer and use it in GitHub Desktop.
Quicklisp on NixOS
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nix search quicklisp | |
nix-env -i lisp-quicklisp | |
quicklisp init | |
quicklisp run | |
quicklisp install alexandria | |
quicklisp update |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment