From f68699963c51d343e95969397f436af73ba4b1b4 Mon Sep 17 00:00:00 2001 From: Jan Tojnar Date: Mon, 22 Nov 2021 17:57:30 +0100 Subject: [PATCH] flake: Do not use aliases gmock is not available with `nixpkgs.config.allowAliases = false`. --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index fd5e18429..01afc23c3 100644 --- a/flake.nix +++ b/flake.nix @@ -91,7 +91,7 @@ libarchive boost lowdown-nix - gmock + gtest ] ++ lib.optionals stdenv.isLinux [libseccomp] ++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium