mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-09 12:09:08 +00:00
Split builder into its own directory
This commit is contained in:
parent
2034c858bd
commit
956903170b
3 changed files with 8 additions and 0 deletions
8
shell.nix
Normal file
8
shell.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{ pkgs ? import <nixpkgs> { } }:
|
||||
|
||||
pkgs.mkShell {
|
||||
buildInputs = [
|
||||
pkgs.nix-prefetch-git
|
||||
pkgs.go
|
||||
];
|
||||
}
|
Loading…
Reference in a new issue