We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67e9dbe commit ede4c48Copy full SHA for ede4c48
tests/outputs/.test-config.yml
@@ -0,0 +1 @@
1
+use_shell: false
tests/outputs/.test.sh
@@ -0,0 +1,7 @@
+#!/usr/bin/env bash
2
+
3
+set -x
4
5
+devenv build | grep -E '(myapp1|git|myapp2|hello)'
6
7
+devenv build myapp2.package | grep myapp2
tests/outputs/devenv.nix
@@ -14,10 +14,6 @@
14
};
15
16
config = {
17
- enterTest = ''
18
- devenv build | grep -E '(myapp1|git|myapp2|hello)'
19
- devenv build myapp2.package | grep myapp2
20
- '';
21
outputs = {
22
myproject.git = pkgs.git;
23
hello = pkgs.hello;
0 commit comments