diff options
| author | seth <[email protected]> | 2024-07-05 07:01:21 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2024-07-09 15:38:51 -0400 |
| commit | be286a453d1902af09431f28a5a02a8c00a954ea (patch) | |
| tree | e0b774db2066c08a095ca827c14ccc96d6654b18 /hydraJobs.nix | |
| parent | 1f7efe32e4dd69db644568a0a1d36cd01cfd6233 (diff) | |
tree-wide: move dev outputs to dev/
Diffstat (limited to 'hydraJobs.nix')
| -rw-r--r-- | hydraJobs.nix | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/hydraJobs.nix b/hydraJobs.nix deleted file mode 100644 index 9cc4617..0000000 --- a/hydraJobs.nix +++ /dev/null @@ -1,26 +0,0 @@ -{ - lib, - self, - withSystem, - ... -}: -let - ciSystem = "x86_64-linux"; - derivFromCfg = deriv: deriv.config.system.build.toplevel or deriv.activationPackage; - mapCfgsToDerivs = lib.mapAttrs (lib.const derivFromCfg); -in -{ - flake.hydraJobs = withSystem ciSystem ( - { pkgs, self', ... }: - { - inherit (self') checks; - inherit (self') devShells; - darwinConfigurations = mapCfgsToDerivs self.darwinConfigurations; - homeConfigurations = mapCfgsToDerivs self.homeConfigurations; - nixosConfigurations = mapCfgsToDerivs self.nixosConfigurations // { - # please add aarch64 runners github...please... - atlas = lib.deepSeq (derivFromCfg self.nixosConfigurations.atlas).drvPath pkgs.emptyFile; - }; - } - ); -} |
