authentricity/shell.nix

14 lines
168 B
Nix
Raw Permalink Normal View History

2022-07-11 22:49:26 +01:00
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs; [
consul
go
gotools
libvarlink
boltbrowser
meson
pkg-config
ninja
];
}