We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f094ff commit c917836Copy full SHA for c917836
ci.nix
@@ -6,7 +6,7 @@
6
, checkMaterialization ? false
7
, compat
8
, system
9
-, evalSystem ? builtins.currentSystem or "x86_64-linux"
+, evalSystem ? "x86_64-linux"
10
, pkgs ? (compat { inherit system; }).pkgs }:
11
let
12
inherit (import ./ci-lib.nix { inherit pkgs; }) dimension platformFilterGeneric filterAttrsOnlyRecursive;
0 commit comments