summaryrefslogtreecommitdiff
path: root/trivmix.nix
diff options
context:
space:
mode:
Diffstat (limited to 'trivmix.nix')
-rw-r--r--trivmix.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/trivmix.nix b/trivmix.nix
index da38e26..bd9c278 100644
--- a/trivmix.nix
+++ b/trivmix.nix
@@ -14,8 +14,8 @@ mkDerivation {
14 ]; 14 ];
15 executableHaskellDepends = [ 15 executableHaskellDepends = [
16 base directory explicit-exception filelock filepath heredoc 16 base directory explicit-exception filelock filepath heredoc
17 hinotify jack optparse-applicative process refined systemd 17 hinotify jack optparse-applicative process refined scientific
18 transformers unix 18 systemd transformers unix
19 ]; 19 ];
20 license = stdenv.lib.licenses.publicDomain; 20 license = stdenv.lib.licenses.publicDomain;
21} 21}