Add nix shell environment

master
Elis Hirwing 3 years ago
commit fb028a6f94
Signed by: etu
GPG Key ID: D57EFA625C9A925F

@ -0,0 +1 @@
use nix

@ -0,0 +1,9 @@
{ pkgs ? (import <nixpkgs> {}) }:
pkgs.mkShell {
buildInputs = with pkgs; [
gnumake
go
gopls
];
}
Loading…
Cancel
Save