From 0994212d99d250319c3f935c6bb9fd3b10442b90 Mon Sep 17 00:00:00 2001 From: ElnuDev Date: Sat, 7 Jan 2023 16:17:06 -0800 Subject: [PATCH] Install Discord normally, update issue workaround merged >22.11 --- hosts/home.nix | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/hosts/home.nix b/hosts/home.nix index c1cd3ae..3c2d6fa 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -67,12 +67,7 @@ in # GUI applications firefox - #discord - # Commented out Discord, it is better to install it with nix-env - # using the following command to get past update issues: - # nix-env -f https://github.com/NixOS/nixpkgs/archive/master.tar.gz -iA discord - # See https://github.com/NixOS/nixpkgs/issues/94806#issuecomment-670213407 - # This has been aliased to `latest` in .bashrc, so use `latest discord` to update Discord + discord #gnome.nautilus #gimp #krita @@ -96,10 +91,6 @@ in v = "vim"; rm = "trash-put"; - - # Install latest version of package in local environment - # config.allowUnfree seems to not apply to nix-env, so is provided explicitly - latest = "NIXPKGS_ALLOW_UNFREE=1 nix-env -f https://github.com/NixOS/nixpkgs/archive/master.tar.gz -iA"; }; bashrcExtra = '' pfetch