mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
a9085572f2
commit
ab404806ff
2 changed files with 89 additions and 91 deletions
|
@ -1051,7 +1051,7 @@ in {
|
||||||
scaphandre = handleTest ./scaphandre.nix {};
|
scaphandre = handleTest ./scaphandre.nix {};
|
||||||
schleuder = handleTest ./schleuder.nix {};
|
schleuder = handleTest ./schleuder.nix {};
|
||||||
scion-freestanding-deployment = handleTest ./scion/freestanding-deployment {};
|
scion-freestanding-deployment = handleTest ./scion/freestanding-deployment {};
|
||||||
scrutiny = handleTest ./scrutiny.nix {};
|
scrutiny = runTest ./scrutiny.nix;
|
||||||
sddm = handleTest ./sddm.nix {};
|
sddm = handleTest ./sddm.nix {};
|
||||||
sdl3 = handleTest ./sdl3.nix { };
|
sdl3 = handleTest ./sdl3.nix { };
|
||||||
seafile = handleTest ./seafile.nix {};
|
seafile = handleTest ./seafile.nix {};
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import ./make-test-python.nix (
|
|
||||||
{ lib, ... }:
|
{ lib, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -97,4 +96,3 @@ import ./make-test-python.nix (
|
||||||
assert "HelloWorld" in output
|
assert "HelloWorld" in output
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue