1

disable unnecessary NixFlake/shell.nix deps

This commit is contained in:
2022-11-23 14:24:38 +01:00
parent 4caa9dc881
commit defaba1833

View File

@ -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";