diff options
author | Jan Tojnar <jtojnar@gmail.com> | 2021-11-22 17:57:30 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-11-22 17:57:30 +0100 |
commit | f68699963c51d343e95969397f436af73ba4b1b4 (patch) | |
tree | 6aaf1c023c80d848fdaf8971e1bb2ec25408fac9 /flake.nix | |
parent | 720ed476786a94514aedfc56a1f30a343ace5d48 (diff) |
flake: Do not use aliases
gmock is not available with `nixpkgs.config.allowAliases = false`.
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -91,7 +91,7 @@ libarchive boost lowdown-nix - gmock + gtest ] ++ lib.optionals stdenv.isLinux [libseccomp] ++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium |