diff options
| author | seth <[email protected]> | 2023-05-25 15:10:45 -0400 |
|---|---|---|
| committer | seth <[email protected]> | 2023-05-25 15:10:45 -0400 |
| commit | 9c2239488fb0c879ea98b6ec9eeda73603366bde (patch) | |
| tree | 6daba7d3d708a968220f16888cf87d12beb4860d /modules/flake/ci.nix | |
| parent | 73da18a0ded305734e6e679d7adb36b19a74d9bc (diff) | |
move lib to nix-exprs
Diffstat (limited to 'modules/flake/ci.nix')
| -rw-r--r-- | modules/flake/ci.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/flake/ci.nix b/modules/flake/ci.nix index 40f6b33..64d4f86 100644 --- a/modules/flake/ci.nix +++ b/modules/flake/ci.nix @@ -10,7 +10,7 @@ "aarch64-linux" ]; in - with (myLib.my.ci supportedSystems); { + with (myLib.ci supportedSystems); { # CA derivations don't work on hydra #apps = mkCompatibleApps self.apps; checks = mkCompatible self.checks; |
