File tree Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Expand file tree Collapse file tree 3 files changed +21
-1
lines changed Original file line number Diff line number Diff line change @@ -82,3 +82,7 @@ allow = ["BSL-1.0"]
82
82
[[licenses .exceptions ]]
83
83
name = " clipboard-win"
84
84
allow = [" BSL-1.0" ]
85
+
86
+ [[licenses .exceptions ]]
87
+ name = " webpki-roots"
88
+ allow = [" CDLA-Permissive-2.0" ]
Original file line number Diff line number Diff line change 33
33
} ;
34
34
} ;
35
35
36
+ # Include the binary caches for my own projects and Noelware's as well.
37
+ nixConfig = {
38
+ extra-substituters = [
39
+ # TODO: switch to https://nix.noel.pink
40
+ "https://noel.cachix.org"
41
+
42
+ # TODO: switch to https://nix.noelware.org
43
+ "https://noelware.cachix.org"
44
+ ] ;
45
+
46
+ extra-trusted-public-keys = [
47
+ "noel.cachix.org-1:pQHbMJOB5h5VqYi3RV0Vv0EaeHfxARxgOhE9j013XwQ="
48
+ "noelware.cachix.org-1:22A8ELRjkqEycSHz+R5A5ReX2jyjU3rftsBmlD6thn0="
49
+ ] ;
50
+ } ;
51
+
36
52
outputs = {
37
53
nixpkgs ,
38
54
systems ,
Original file line number Diff line number Diff line change 15
15
{
16
16
cargoTOML = builtins . fromTOML ( builtins . readFile ../Cargo.toml ) ;
17
17
outputHashes = {
18
- "charted-core-0.1.0" = "sha256-gkHmwiymoLEusLHyTqs6fAViy/z0SLW+JG3L3CLnFAY =" ;
18
+ "charted-core-0.1.0" = "sha256-l81zV65lncQGXYEPGn1gwVSb82+7iFbvCBaHo2hpOpE =" ;
19
19
} ;
20
20
21
21
rustflags = stdenv :
You can’t perform that action at this time.
0 commit comments