mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-25 23:36:16 +02:00
Merge pull request #5626 from jtojnar/patch-2
flake: Do not use aliases
This commit is contained in:
commit
f3ef2263bb
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@
|
|||
libarchive
|
||||
boost
|
||||
lowdown-nix
|
||||
gmock
|
||||
gtest
|
||||
]
|
||||
++ lib.optionals stdenv.isLinux [libseccomp]
|
||||
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
|
||||
|
|
Loading…
Reference in a new issue