Skip to content

Commit

Permalink
Add a test failure case for the impure option
Browse files Browse the repository at this point in the history
Forces evaluation of the procfile to test that code path with
`--impure`.
  • Loading branch information
sandydoo committed Apr 3, 2024
1 parent a18e86a commit 99f93f7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/impure/devenv.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,7 @@
enterTest = ''
echo ${builtins.currentSystem};
'';

# Test procfile evaluation with --impure
processes.hello.exec = "echo hello";
}

0 comments on commit 99f93f7

Please sign in to comment.