File tree Expand file tree Collapse file tree 4 files changed +3
-15
lines changed
Expand file tree Collapse file tree 4 files changed +3
-15
lines changed Original file line number Diff line number Diff line change 44 language : script
55 entry : ./scalafmt --non-interactive
66 types : [scala]
7- - id : wartremover
8- name : Wartremover
9- language : script
10- entry : ./wartremover -traverser 'org.wartremover.warts.Null'
11- types : [scala]
12- - id : scalafix
13- name : Scalafix
14- language : script
15- entry : ./scalafix
16- types : [scala]
Original file line number Diff line number Diff line change 11./coursier bootstrap org.scalameta:scalafmt-cli_2.12:2.3.1 -r sonatype:snapshots -o ./scalafmt --standalone --main org.scalafmt.cli.Cli
2- ./coursier bootstrap ch.epfl.scala:scalafix-cli_2.13.10:0.10.4 -f --main scalafix.cli.Cli -o scalafix
Original file line number Diff line number Diff line change 11let
2-
32 nixpkgs = builtins . fetchTarball {
4- name = "nixos-23 .05-20231026-051829 " ;
5- url = "https://github.com/NixOS/nixpkgs/archive/04f431fe64a5 .tar.gz" ;
6- sha256 = "05lwii2zf4j790m886jqag4g5pgahjfg9balvfifah3aic8djzll " ;
3+ name = "nixos-24 .05-20241112 " ;
4+ url = "https://github.com/NixOS/nixpkgs/archive/9256f7c71a19 .tar.gz" ;
5+ sha256 = "0dxwisjg7cg8m7lm1643s0fs9gplji1l25hiwplkqwa5c4hs6v5b " ;
76 } ;
87
98 pkgs = import nixpkgs { } ;
You can’t perform that action at this time.
0 commit comments