Skip to content

Commit d33f8bf

Browse files
authored
Merge pull request #87 from serokell/yorickvp/reuse-lint
Add reuse lint step
2 parents 3b2e1f4 + 31d35e8 commit d33f8bf

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

.buildkite/pipeline.yml

+3
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ env:
88
CDN_BUCKET: s3://nixfmt.serokell.io
99

1010
steps:
11+
- label: reuse lint
12+
commands:
13+
- nix run -f. packages.x86_64-linux.reuse -c reuse lint
1114
- label: nix-build
1215
commands:
1316
- nix-build -A packages.x86_64-linux.nixfmt-static | cachix push nixfmt

.reuse/dep5

+5
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,8 @@ Files: .github/ISSUE_TEMPLATE/formatting-suggestion.md
44
Copyright: 2019 Serokell <hi@serokell.io>
55
Copyright: 2019 Lars Jellema <lars.jellema@gmail.com>
66
License: MPL-2.0
7+
8+
Files: flake.lock
9+
Copyright: 2020 Serokell <hi@serokell.io>
10+
Copyright: 2022 Yorick van Pelt <yorickvanpelt@gmail.com>
11+
License: MPL-2.0

flake.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
]);
7878
});
7979

80-
inherit (pkgs) awscli;
80+
inherit (pkgs) awscli reuse;
8181
};
8282

8383
apps = builtins.mapAttrs (name: p: {

0 commit comments

Comments
 (0)