Skip to content

Commit d9d5c03

Browse files
jfrocheyvan-sraka
authored andcommitted
ci: run nixos test on aarch64-linux
1 parent b25412b commit d9d5c03

File tree

1 file changed

+10
-12
lines changed

1 file changed

+10
-12
lines changed

nix/checks.nix

Lines changed: 10 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -397,24 +397,22 @@
397397
pg_regress
398398
;
399399
}
400-
// pkgs.lib.optionalAttrs (system == "aarch64-linux") {
401-
inherit (self'.packages)
402-
postgresql_15_debug
403-
postgresql_15_src
404-
postgresql_orioledb-17_debug
405-
postgresql_orioledb-17_src
406-
postgresql_17_debug
407-
postgresql_17_src
408-
;
409-
}
410-
// pkgs.lib.optionalAttrs (system == "x86_64-linux") (
400+
// pkgs.lib.optionalAttrs (system == "aarch64-linux") (
411401
{
412-
devShell = self'.devShells.default;
402+
inherit (self'.packages)
403+
postgresql_15_debug
404+
postgresql_15_src
405+
postgresql_orioledb-17_debug
406+
postgresql_orioledb-17_src
407+
postgresql_17_debug
408+
postgresql_17_src
409+
;
413410
}
414411
// (import ./ext/tests {
415412
inherit self;
416413
inherit pkgs;
417414
})
415+
// pkgs.lib.optionalAttrs (system == "x86_64-linux") { devShell = self'.devShells.default; }
418416
);
419417
};
420418
}

0 commit comments

Comments
 (0)