From caf72faccc04e647c27e1b5eef85c515949d8210 Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Thu, 20 Feb 2025 12:29:35 +0100 Subject: consolidate `backend, cli, common` -> `acms` --- pkgs/default.nix | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'pkgs/default.nix') diff --git a/pkgs/default.nix b/pkgs/default.nix index 7dce871..f893125 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -4,11 +4,9 @@ { haskell = super.haskell // { packageOverrides = self: super: { + acms = self.callCabal2nix "acms" ../acms { }; astore = self.callCabal2nix "astore" sources.json2sql { }; autotypes = self.callCabal2nix "autotypes" ../autotypes { }; - backend = self.callCabal2nix "backend" ../backend { }; - cli = self.callCabal2nix "cli" ../cli { }; - common = self.callCabal2nix "common" ../common { }; frontend = self.callCabal2nix "frontend" ../frontend { }; sh = pkgs.haskell.lib.dontCheck (self.callCabal2nix "sh" sources.sh { }); websockets = pkgs.haskell.lib.doJailbreak super.websockets; -- cgit v1.2.3