File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1- { lib , ...} : {
1+ { lib , ...} : {
22 perSystem = {
33 inputs' ,
44 pkgs ,
2727
2828 packages =
2929 {
30- nix-fast-build = inputs' . nix-fast-build . packages . nix-fast-build ;
3130 lido-withdrawals-automation = pkgs . callPackage ./lido-withdrawals-automation { } ;
3231 pyroscope = pkgs . callPackage ./pyroscope { } ;
3332 grafana-agent = import ./grafana-agent { inherit inputs' ; } ;
3736 folder-size-metrics = pkgs . callPackage ./folder-size-metrics { } ;
3837 }
3938 // pkgs . lib . optionalAttrs ( isLinux && isx86 ) rec {
39+ nix-fast-build = inputs' . nix-fast-build . packages . nix-fast-build ;
4040 mcl = pkgs . callPackage ./mcl {
4141 buildDubPackage = inputs' . dlang-nix . legacyPackages . buildDubPackage . override {
4242 ldc = inputs' . dlang-nix . packages . "ldc-binary-1_34_0" ;
You can’t perform that action at this time.
0 commit comments