Skip to content

Commit

Permalink
Remove unused arguments from perSystem
Browse files Browse the repository at this point in the history
  • Loading branch information
WeetHet committed Aug 1, 2024
1 parent 72bff59 commit cc0b134
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
outputs = inputs@{ flake-parts, ... }:
flake-parts.lib.mkFlake { inherit inputs; } {
systems = [ "x86_64-linux" "aarch64-linux" "aarch64-darwin" "x86_64-darwin" ];
perSystem = { config, self', inputs', pkgs, system, ... }: {
perSystem = { pkgs, ... }: {
packages.default = pkgs.writeShellScriptBin "dafny-test-all" ''
for f in *.dfy
do
Expand Down

0 comments on commit cc0b134

Please sign in to comment.