File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1414 url = "github:oxalica/rust-overlay" ;
1515 inputs . nixpkgs . follows = "nixpkgs" ;
1616 } ;
17- npc = {
18- url = "github:samestep/npc" ;
19- inputs . nixpkgs . follows = "nixpkgs" ;
20- inputs . rust-overlay . follows = "rust-overlay" ;
21- } ;
2217 npb = {
2318 url = "github:samestep/npb" ;
2419 inputs . nixpkgs . follows = "nixpkgs" ;
3833 home-manager ,
3934 nix-index-database ,
4035 rust-overlay ,
41- npc ,
4236 npb ,
4337 moss ,
4438 } :
9589 system = "x86_64-linux" ;
9690 overlays = [
9791 commaOverlay
98- npc . overlays . default
9992 npb . overlays . default
10093 moss . overlays . default
10194 ] ;
114107 system = "aarch64-darwin" ;
115108 overlays = [
116109 commaOverlay
117- npc . overlays . default
118110 npb . overlays . default
119111 moss . overlays . default
120112 ] ;
133125 system = "x86_64-linux" ;
134126 overlays = [
135127 commaOverlay
136- npc . overlays . default
137128 npb . overlays . default
138129 moss . overlays . default
139130 ] ;
150141 system = "aarch64-linux" ;
151142 overlays = [
152143 commaOverlay
153- npc . overlays . default
154144 npb . overlays . default
155145 moss . overlays . default
156146 ] ;
167157 system = "aarch64-darwin" ;
168158 overlays = [
169159 commaOverlay
170- npc . overlays . default
171160 npb . overlays . default
172161 moss . overlays . default
173162 ] ;
You can’t perform that action at this time.
0 commit comments