Merge pull request #150520 from zimbatm/fix-flake-check

lib: fix flake check
This commit is contained in:
Silvan Mosberger
2021-12-13 13:13:49 +01:00
committed by GitHub
+1 -1
View File
@@ -496,7 +496,7 @@ runTests {
testToPretty =
let
deriv = derivation { name = "test"; builder = "/bin/sh"; system = builtins.currentSystem; };
deriv = derivation { name = "test"; builder = "/bin/sh"; system = "aarch64-linux"; };
in {
expr = mapAttrs (const (generators.toPretty { multiline = false; })) rec {
int = 42;