mirror of https://github.com/ElnuDev/rust-jmdict
parent
e26e3b05cb
commit
917747939b
@ -0,0 +1 @@
|
||||
use nix
|
@ -0,0 +1,12 @@
|
||||
{ pkgs ? import <nixpkgs> {}}:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = with pkgs; [
|
||||
go
|
||||
gopls
|
||||
gnumake
|
||||
];
|
||||
shellHook = ''
|
||||
export PATH="$HOME/go/bin:$PATH"
|
||||
'';
|
||||
}
|
Loading…
Reference in new issue