mirror of
https://github.com/derfenix/webarchive.git
synced 2026-03-11 12:41:54 +03:00
Merge branch 'master' into dependabot/go_modules/golang.org/x/crypto-0.31.0
This commit is contained in:
22
devenv.nix
Normal file
22
devenv.nix
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
|
||||
packages = [
|
||||
pkgs.git
|
||||
pkgs.go_1_23
|
||||
];
|
||||
|
||||
enterShell = ''
|
||||
git --version
|
||||
go version
|
||||
'';
|
||||
|
||||
enterTest = ''
|
||||
echo "Running tests"
|
||||
go test -race ./...
|
||||
'';
|
||||
}
|
||||
Reference in New Issue
Block a user