disable unnecessary NixFlake/shell.nix deps
This commit is contained in:
12
shell.nix
12
shell.nix
@ -4,16 +4,16 @@ pkgs.devshell.mkShell {
|
|||||||
name = "NixFlake Shell";
|
name = "NixFlake Shell";
|
||||||
|
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
jetbrains.clion
|
# jetbrains.clion
|
||||||
];
|
];
|
||||||
|
|
||||||
commands = [
|
commands = [
|
||||||
# Utility
|
# Utility
|
||||||
{
|
# {
|
||||||
name = "util-ide";
|
# name = "util-ide";
|
||||||
help = "Launch clion in this folder";
|
# help = "Launch clion in this folder";
|
||||||
command = "clion ./ &>/dev/null &";
|
# command = "clion ./ &>/dev/null &";
|
||||||
}
|
# }
|
||||||
{
|
{
|
||||||
name = "util-watch-flatpak";
|
name = "util-watch-flatpak";
|
||||||
help = "Show running flatpak operations";
|
help = "Show running flatpak operations";
|
||||||
|
Reference in New Issue
Block a user