infrastructure/shell.nix

10 lines
103 B
Nix
Raw Normal View History

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