Skip to content

Commit

Permalink
added nix shell support.
Browse files Browse the repository at this point in the history
  • Loading branch information
diasbruno committed Nov 15, 2023
1 parent 0fcb81d commit ce009e3
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{ nixpkgs ? import <nixpkgs> {} }:
let
inherit (nixpkgs) pkgs;
in pkgs.mkShell {
nativeBuildInputs = with pkgs; [sbcl];
buildInputs = with pkgs.lispPackages; [quicklisp];
}

0 comments on commit ce009e3

Please sign in to comment.