dactyl-manuform/shell.nix

5 lines
132 B
Nix
Raw Normal View History

2024-05-20 13:04:07 +08:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages; [ clojure leiningen openscad ];
}