diff options
Diffstat (limited to 'default.nix')
-rw-r--r-- | default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/default.nix b/default.nix index 901ca45..5009a5b 100644 --- a/default.nix +++ b/default.nix @@ -9,6 +9,7 @@ let backend = self.callCabal2nix "backend" ./backend { }; common = self.callCabal2nix "common" ./common { }; frontend = self.callCabal2nix "frontend" ./frontend { }; + sh = self.callCabal2nix "sh" sources.sh { }; websockets = pkgs.haskell.lib.doJailbreak super.websockets; }; }; |