waifud/shell.nix

8 lines
120 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
dhall go goimports gopls cdrkit
];
}