The Nest
Explore
Sign in
quickdudley
adventofcode
2023
shell.nix
0
Code
Changes
Tags
Discussions
main
{ pkgs ? import <nixpkgs> {} }: pkgs.mkShell { nativeBuildInputs = with pkgs; [ sbcl ]; }