unvendor dependencies
This commit is contained in:
@@ -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;
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user