From defaba18337b4936394312a988a5e4e59365a8c5 Mon Sep 17 00:00:00 2001 From: ChUrl Date: Wed, 23 Nov 2022 14:24:38 +0100 Subject: [PATCH] disable unnecessary NixFlake/shell.nix deps --- shell.nix | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/shell.nix b/shell.nix index 499bc4b9..ae04047f 100644 --- a/shell.nix +++ b/shell.nix @@ -4,16 +4,16 @@ pkgs.devshell.mkShell { name = "NixFlake Shell"; packages = with pkgs; [ - jetbrains.clion + # jetbrains.clion ]; commands = [ # Utility - { - name = "util-ide"; - help = "Launch clion in this folder"; - command = "clion ./ &>/dev/null &"; - } + # { + # name = "util-ide"; + # help = "Launch clion in this folder"; + # command = "clion ./ &>/dev/null &"; + # } { name = "util-watch-flatpak"; help = "Show running flatpak operations";