mirror of
https://github.com/tweag/gomod2nix.git
synced 2024-11-21 20:55:00 +00:00
chore: fix CI
This commit is contained in:
parent
d5547e5304
commit
5a56c63161
2 changed files with 2 additions and 2 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
steps:
|
||||
- uses: cachix/install-nix-action@v30
|
||||
- uses: actions/checkout@v4
|
||||
- name: Check format
|
||||
- name: Run golangci-lint
|
||||
run: nix-shell --run 'golangci-lint run'
|
||||
|
||||
gomod2nix_toml:
|
||||
|
|
|
@ -251,7 +251,7 @@ let
|
|||
pname = attrs.pname or baseNameOf defaultPackage;
|
||||
|
||||
in
|
||||
stdenv.mkDerivation
|
||||
stdenv.mkDerivation
|
||||
(optionalAttrs (defaultPackage != "")
|
||||
{
|
||||
inherit pname;
|
||||
|
|
Loading…
Reference in a new issue