From 6ccde0acb6f5c33a0461e4cbf85e7394a7b30c5b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Motiejus=20Jak=C5=A1tys?= Date: Wed, 5 Jun 2024 16:13:12 +0300 Subject: [PATCH] remove reference to turbo --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index d7f9447..7ab8739 100644 --- a/flake.nix +++ b/flake.nix @@ -110,9 +110,6 @@ btrfs-auto-snapshot = super.callPackage ./pkgs/btrfs-auto-snapshot.nix {}; nicer = super.callPackage ./pkgs/nicer.nix {}; - # TODO: copied from 24.05 - turbo = super.callPackage ./pkgs/turbo.nix {}; - crossArm64 = import nixpkgs { system = "x86_64-linux"; hostPlatform.config = "aarch64-linux";