infrastructure/shell.nix

4 lines
96 B
Nix
Raw Normal View History

2022-12-21 19:27:20 +00:00
{ pkgs ? import <nixpkgs> { } }:
2022-12-21 20:03:18 +00:00
pkgs.mkShell { buildInputs = with pkgs; [ colmena nixfmt ]; }