ci: Add workflow to seed cachix (#2615)

Fixes #2609.
This commit is contained in:
Robert
2023-01-16 16:56:48 +01:00
committed by GitHub
parent f353711ed2
commit 5fd6b3956e
5 changed files with 91 additions and 20 deletions
+4 -1
View File
@@ -59,4 +59,7 @@ let
survey =
import "${patched-static-haskell-nix}/survey" { inherit normalPkgs compiler defaultCabalPackageVersionComingWithGhc; };
in
survey.haskellPackages."${name}"
{
inherit survey;
package = survey.haskellPackages."${name}";
}
+1
View File
@@ -303,4 +303,5 @@ buildToolbox
hsieGraphModules
hsieGraphSymbols
];
extra = { inherit pushCachix; };
}