mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
parent
2a33e128e1
commit
8667777300
2 changed files with 28 additions and 30 deletions
|
@ -1301,7 +1301,7 @@ in {
|
||||||
yabar = handleTest ./yabar.nix {};
|
yabar = handleTest ./yabar.nix {};
|
||||||
ydotool = handleTest ./ydotool.nix {};
|
ydotool = handleTest ./ydotool.nix {};
|
||||||
yggdrasil = handleTest ./yggdrasil.nix {};
|
yggdrasil = handleTest ./yggdrasil.nix {};
|
||||||
your_spotify = handleTest ./your_spotify.nix {};
|
your_spotify = runTest ./your_spotify.nix;
|
||||||
zammad = runTest ./zammad.nix;
|
zammad = runTest ./zammad.nix;
|
||||||
zenohd = runTest ./zenohd.nix;
|
zenohd = runTest ./zenohd.nix;
|
||||||
zeronet-conservancy = runTest ./zeronet-conservancy.nix;
|
zeronet-conservancy = runTest ./zeronet-conservancy.nix;
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
import ./make-test-python.nix (
|
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
name = "your_spotify";
|
name = "your_spotify";
|
||||||
|
@ -33,4 +32,3 @@ import ./make-test-python.nix (
|
||||||
assert "<title>Your Spotify</title>" in out
|
assert "<title>Your Spotify</title>" in out
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
)
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue