Skip to content
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.

nixos test: disable #54

Merged
merged 1 commit into from
Aug 12, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions release.nix
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,10 @@ let
jobs = {
native = mapTestOn (__trace (__toJSON (packagePlatforms project)) (packagePlatforms project));
# only build nixos tests on first supported system (linux)
inherit (pkgsFor (builtins.head supportedSystems)) nixosTests;
} // (mkRequiredJob (concatLists [
(collectJobs jobs.native.checks)
(collectJobs jobs.native.libs)
(collectJobs jobs.native.exes)
(collectJobs jobs.nixosTests.smashTest)
]));

in jobs