File tree Expand file tree Collapse file tree 2 files changed +2
-36
lines changed
Expand file tree Collapse file tree 2 files changed +2
-36
lines changed Original file line number Diff line number Diff line change 88 inputs . nixpkgs . follows = "nixpkgs" ;
99 } ;
1010
11- gitignore = {
12- url = "github:hercules-ci/gitignore.nix" ;
13- inputs . nixpkgs . follows = "nixpkgs" ;
14- } ;
15-
1611 } ;
1712
1813 outputs =
1914 { self
2015 , nixpkgs
2116 , fenix
22- , gitignore
2317 } :
2418 let
25- inherit ( gitignore . lib ) gitignoreSource ;
26-
2719 supportedSystems = [ "x86_64-linux" "aarch64-linux" "x86_64-darwin" "aarch64-darwin" ] ;
2820 forAllSystems = nixpkgs . lib . genAttrs supportedSystems ;
2921 nixpkgsFor = forAllSystems ( system :
3224 overlays = [ self . overlays . default ] ;
3325 } ) ;
3426
35- chanspec = {
36- date = "2022-02-06" ;
37- channel = "nightly" ;
38- sha256 = "oKkTWopCDx4tphzTtRn+zDDtvmIZrL/H44tV2ruSfDw=" ; # set zeros after modifying channel or date
39- } ;
40- rustChannel = p : ( fenix . overlay p p ) . fenix . toolchainOf chanspec ;
27+ rustChannel = p : ( fenix . overlay p p ) . fenix . complete ;
4128
4229 in
4330 {
5946 src = self ;
6047 cargoLock . lockFile = ./Cargo.lock ;
6148
62- buildFeatures = "json" ;
49+ buildFeatures = [ "json" ] ;
6350
6451 meta = with lib ; {
6552 description = "Lints and suggestions for the Nix programming language" ;
You can’t perform that action at this time.
0 commit comments