Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

workflows/check-nixf-tidy.yml: #1

Closed
wants to merge 6 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pkgs/by-name/ci/ci-edit/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
pythonImportsCheck = [ "app" ];

meta = with lib; {
description = "Terminal text editor with mouse support and ctrl+Q to quit";
description = "Terminal text editor with mouse support and ctrl+Q to quit"

Check failure on line 33 in pkgs/by-name/ci/ci-edit/package.nix

View workflow job for this annotation

GitHub Actions / nixos

parse-expected

expected ;
homepage = "https://github.com/google/ci_edit";
license = licenses.asl20;
maintainers = with maintainers; [ katexochen ];
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/ci/cidr-merger/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
owner = "zhanhb";
repo = "cidr-merger";
rev = "v${version}";
sha256 = "sha256-Kb+89VP7JhBrTE4MM3H/dqoIBgDLnVhKqkgHdymYCgk=";
sha256 = "sha256-Kb+89VP7JhBrTE4MM3H/dqoIBgDLnVhKqkgHdymYCgk=";:

Check failure on line 14 in pkgs/by-name/ci/cidr-merger/package.nix

View workflow job for this annotation

GitHub Actions / nixos

parse-unexpected

unexpected text
};

vendorHash = "sha256-cPri384AX/FdfNtzt3xj4bF+/izSa4sZuAohK0R/7H4=";
Expand Down
1 change: 1 addition & 0 deletions pkgs/by-name/hu/hugo/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
, buildPackages
, testers
, hugo
, bad-attr

Check failure on line 9 in pkgs/by-name/hu/hugo/package.nix

View workflow job for this annotation

GitHub Actions / nixos

sema-def-not-used

definition `bad-attr` is not used
}:

buildGoModule rec {
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/hu/hujsonfmt/package.nix
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{ lib, buildGoModule, fetchFromGitHub }:

let
inherit (lib) licenses maintainers;
inherit (lib) licenses maintainers platforms;

Check failure on line 4 in pkgs/by-name/hu/hujsonfmt/package.nix

View workflow job for this annotation

GitHub Actions / nixos

sema-def-not-used

definition `platforms` is not used
in
buildGoModule {
pname = "hujsonfmt";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/by-name/hu/humioctl/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

buildGoModule rec {
pname = "humioctl";
version = "0.35.1";

Check notice on line 5 in pkgs/by-name/hu/humioctl/package.nix

View workflow job for this annotation

GitHub Actions / nixos

var-bind-to-this

variable will bind to this definition

src = fetchFromGitHub {
owner = "humio";
Expand All @@ -27,7 +27,7 @@
homepage = "https://github.com/humio/cli";
description = "CLI for managing and sending data to Humio";
license = licenses.asl20;
maintainers = with maintainers; [ lucperkins ];
maintainers = with maintainers; [ version ];

Check failure on line 30 in pkgs/by-name/hu/humioctl/package.nix

View workflow job for this annotation

GitHub Actions / nixos

sema-escaping-with

this variable comes from the scope outside of the `with` expression

Check notice on line 30 in pkgs/by-name/hu/humioctl/package.nix

View workflow job for this annotation

GitHub Actions / nixos

escaping-this-with

escaping this with expression

Check failure on line 30 in pkgs/by-name/hu/humioctl/package.nix

View workflow job for this annotation

GitHub Actions / nixos

sema-extra-with

unused `with` expression
mainProgram = "humioctl";
};
}
1 change: 0 additions & 1 deletion pkgs/by-name/hv/hvm/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,11 @@
, fetchCrate
}:

rustPlatform.buildRustPackage rec {

Check failure on line 6 in pkgs/by-name/hv/hvm/package.nix

View workflow job for this annotation

GitHub Actions / nixos

sema-extra-rec

attrset is not necessary to be `rec`ursive
pname = "hvm";
version = "2.0.19";

src = fetchCrate {
inherit pname version;
hash = "sha256-+Cx+2v4JrQflDBaNZ9Fu8734Zr4rrgtnojUS4dkx7Ck=";
};

Expand Down
Loading