mirror of
https://github.com/NixOS/nix
synced 2025-07-07 06:01:48 +02:00
Add basic flake tests
This commit is contained in:
parent
ddd42b7e94
commit
2d5a219688
6 changed files with 126 additions and 4 deletions
|
@ -56,6 +56,7 @@ rec {
|
|||
# Tests
|
||||
git
|
||||
mercurial
|
||||
jq
|
||||
]
|
||||
++ lib.optionals stdenv.isLinux [libseccomp utillinuxMinimal]
|
||||
++ lib.optional (stdenv.isLinux || stdenv.isDarwin) libsodium
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue