Skip to content

Commit

Permalink
Merge pull request #5626 from jtojnar/patch-2
Browse files Browse the repository at this point in the history
flake: Do not use aliases
  • Loading branch information
edolstra committed Nov 22, 2021
2 parents 720ed47 + f686999 commit f3ef226
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 f3ef226

Please sign in to comment.