diff options
| author | seth <[email protected]> | 2023-05-22 11:25:48 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-22 11:25:48 -0400 |
| commit | ef199a3f995118aa0115ca8b3c02971978db7772 (patch) | |
| tree | 48f49c660f9aa49b547ec7f72d34863597e0f740 /flake.nix | |
| parent | 423914276f9623786e1d33e486b26a1406115067 (diff) | |
flake-modules: init hydraJobs
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -40,6 +40,7 @@ flakeModules = { default = import ./modules/flake; homeConfigurations = import ./modules/flake/homeConfigurations.nix; + hydraJobs = import ./modules/flake/hydraJobs.nix; }; formatter = forAllSystems (system: nixpkgsFor.${system}.alejandra); |
