summary refs log tree commit diff
path: root/nixos/tests/installed-tests/graphene.nix
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-11-05 19:56:21 -0500
committerworldofpeace <worldofpeace@protonmail.ch>2019-11-06 19:18:28 -0500
commiteee5986ac3c77d045016165c67bfcda8c9cfc795 (patch)
tree9d47029ee26dfac89259f141b7172c1786c37c78 /nixos/tests/installed-tests/graphene.nix
parentceec19f682c6fe3507e47f7bbb6af0e34a3cdbd3 (diff)
downloadnixpkgs-eee5986ac3c77d045016165c67bfcda8c9cfc795.tar
nixpkgs-eee5986ac3c77d045016165c67bfcda8c9cfc795.tar.gz
nixpkgs-eee5986ac3c77d045016165c67bfcda8c9cfc795.tar.bz2
nixpkgs-eee5986ac3c77d045016165c67bfcda8c9cfc795.tar.lz
nixpkgs-eee5986ac3c77d045016165c67bfcda8c9cfc795.tar.xz
nixpkgs-eee5986ac3c77d045016165c67bfcda8c9cfc795.tar.zst
nixpkgs-eee5986ac3c77d045016165c67bfcda8c9cfc795.zip
nixos/tests: add gnome-installed-tests with builder function
The test script is also ported to python.
Diffstat (limited to 'nixos/tests/installed-tests/graphene.nix')
-rw-r--r--nixos/tests/installed-tests/graphene.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/nixos/tests/installed-tests/graphene.nix b/nixos/tests/installed-tests/graphene.nix
new file mode 100644
index 00000000000..e43339abd88
--- /dev/null
+++ b/nixos/tests/installed-tests/graphene.nix
@@ -0,0 +1,5 @@
+{ pkgs, makeInstalledTest, ... }:
+
+makeInstalledTest {
+  tested = pkgs.graphene;
+}