tangled
alpha
login
or
join now
tjh.dev
/
nixpkgs
0
fork
atom
nixpkgs mirror (for testing)
github.com/NixOS/nixpkgs
nix
0
fork
atom
overview
issues
pulls
pipelines
malcontent: Add malcontent-ui to passthru.tests
Jan Tojnar
1 year ago
0daaba4f
fa5fd554
+2
1 changed file
expand all
collapse all
unified
split
pkgs
development
libraries
malcontent
default.nix
+2
pkgs/development/libraries/malcontent/default.nix
reviewed
···
14
14
, glib-testing
15
15
, python3
16
16
, nixosTests
17
17
+
, malcontent-ui
17
18
}:
18
19
19
20
stdenv.mkDerivation rec {
···
87
86
passthru = {
88
87
tests = {
89
88
installedTests = nixosTests.installed-tests.malcontent;
89
89
+
inherit malcontent-ui;
90
90
};
91
91
};
92
92