infrastructure/shell.nix
2022-12-21 20:29:15 +01:00

5 lines
91 B
Nix

{ pkgs ? import <nixpkgs> { } }:
with pkgs;
mkShell { buildInputs = [ colmena nixfmt ]; }