infrastructure/shell.nix

5 lines
91 B
Nix
Raw Normal View History

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