From 9fc88f6511d373c165f5b582a8b1b48e8a5429f3 Mon Sep 17 00:00:00 2001 From: milahu Date: Sat, 25 Feb 2023 10:16:42 +0100 Subject: [PATCH] turbo: rm --- default.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/default.nix b/default.nix index fbcc531..27e4ef3 100644 --- a/default.nix +++ b/default.nix @@ -101,9 +101,6 @@ pkgs.lib.makeScope pkgs.newScope (self: let inherit (self) callPackage; in { ); }; - # https://github.com/NixOS/nixpkgs/pull/200788 - turbo = callPackage ./pkgs/turbo/turbo.nix { }; - caramel = callPackage ./pkgs/caramel/caramel.nix { # latest supported version is ocaml 4.11 # https://github.com/AbstractMachinesLab/caramel/issues/105