File tree 3 files changed +9
-1
lines changed
3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 8
8
CDN_BUCKET : s3://nixfmt.serokell.io
9
9
10
10
steps :
11
+ - label : reuse lint
12
+ commands :
13
+ - nix run -f. packages.x86_64-linux.reuse -c reuse lint
11
14
- label : nix-build
12
15
commands :
13
16
- nix-build -A packages.x86_64-linux.nixfmt-static | cachix push nixfmt
Original file line number Diff line number Diff line change @@ -4,3 +4,8 @@ Files: .github/ISSUE_TEMPLATE/formatting-suggestion.md
4
4
Copyright: 2019 Serokell <hi@serokell.io>
5
5
Copyright: 2019 Lars Jellema <lars.jellema@gmail.com>
6
6
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
Original file line number Diff line number Diff line change 77
77
] ) ;
78
78
} ) ;
79
79
80
- inherit ( pkgs ) awscli ;
80
+ inherit ( pkgs ) awscli reuse ;
81
81
} ;
82
82
83
83
apps = builtins . mapAttrs ( name : p : {
You can’t perform that action at this time.
0 commit comments