diff options
author | Joris | 2020-06-06 10:09:27 +0200 |
---|---|---|
committer | Joris | 2020-06-06 10:09:27 +0200 |
commit | 6b9195000eb5404c247288b384d7ca2bacc1ab23 (patch) | |
tree | d36d669b70d2a5f2789335e814489cd641fbae3e /shell.nix | |
parent | b244640288648f27ce1fc7be3f175703e0a3412b (diff) |
Add unit tests
Diffstat (limited to 'shell.nix')
-rw-r--r-- | shell.nix | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ mkShell { propagatedBuildInputs = [ python38Packages.pyqt5 + python38Packages.pytest ]; } |