Skip to content

Commit

Permalink
flake: Do not use aliases
Browse files Browse the repository at this point in the history
gmock is not available with `nixpkgs.config.allowAliases = false`.
  • Loading branch information
jtojnar authored Nov 22, 2021
1 parent 720ed47 commit f686999
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@
libarchive
boost
lowdown-nix
gmock
gtest
]
++ lib.optionals stdenv.isLinux [libseccomp]
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
Expand Down

0 comments on commit f686999

Please sign in to comment.