There was an error while loading. Please reload this page.
1 parent a7f750e commit ebfc194Copy full SHA for ebfc194
1 file changed
flake.nix
@@ -54,16 +54,11 @@
54
packages = utils.lib.filterPackages system (import ./pkgs { inherit pkgs pkgs-unstable; });
55
56
checks =
57
- if (system == "x86_64-linux") then
58
- (
59
- self.packages.${system}
60
- // (import ./tests {
61
- inherit pkgs;
62
- extraBaseModules = self.nixosModules;
63
- })
64
- )
65
- else
66
- { };
+ self.packages.${system}
+ // (import ./tests {
+ inherit pkgs;
+ extraBaseModules = self.nixosModules;
+ });
67
}
68
);
69
0 commit comments