chore: fix CI

This commit is contained in:
Marcus Ramberg 2024-10-20 11:21:45 +02:00
parent d5547e5304
commit 5a56c63161
2 changed files with 2 additions and 2 deletions

View file

@ -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:

View file

@ -251,7 +251,7 @@ let
pname = attrs.pname or baseNameOf defaultPackage;
in
stdenv.mkDerivation
stdenv.mkDerivation
(optionalAttrs (defaultPackage != "")
{
inherit pname;