aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorJan Tojnar <jtojnar@gmail.com>2021-11-22 17:57:30 +0100
committerGitHub <noreply@github.com>2021-11-22 17:57:30 +0100
commitf68699963c51d343e95969397f436af73ba4b1b4 (patch)
tree6aaf1c023c80d848fdaf8971e1bb2ec25408fac9 /flake.nix
parent720ed476786a94514aedfc56a1f30a343ace5d48 (diff)
flake: Do not use aliases
gmock is not available with `nixpkgs.config.allowAliases = false`.
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
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