mirror of
https://github.com/NixOS/nix.git
synced 2025-12-15 13:31:05 +01: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