From 8788bf203d5df21844eee618bf5830cdca8cbf8b Mon Sep 17 00:00:00 2001 From: Alexander Kobjolke Date: Sat, 18 Feb 2023 00:04:43 +0100 Subject: [PATCH] Remove unused packages --- home/cli.nix | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/home/cli.nix b/home/cli.nix index 90b8069..5e8d247 100644 --- a/home/cli.nix +++ b/home/cli.nix @@ -42,22 +42,7 @@ #smos #haskellPackages.patat # terminal based presentations using pandoc - # editors - sqlite - - # c/c++ - clang_12 - - # haskell - ghcid - ghc - cabal2nix nix-prefetch-git - cabal-install - haskellPackages.cabal-fmt - haskellPackages.stylish-haskell - haskellPackages.ormolu - haskellPackages.hpack ]; home.extraOutputsToInstall = [ "doc" "info" "devdoc" ];