From c2406e4c7ccacda387e86e2b7620c245689a5699 Mon Sep 17 00:00:00 2001 From: foosinn Date: Wed, 28 Oct 2020 22:48:31 +0100 Subject: [PATCH] use stable pkgs on nixos 20.09 --- roles/desktop.nix | 4 ++-- roles/dev.nix | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/roles/desktop.nix b/roles/desktop.nix index 5b7d7c4..e2bb1a4 100644 --- a/roles/desktop.nix +++ b/roles/desktop.nix @@ -28,7 +28,7 @@ in { xdg.portal = { enable = true; gtkUsePortal = true; - extraPortals = with unstable; [ + extraPortals = with pkgs; [ xdg-desktop-portal-gtk xdg-desktop-portal-wlr ]; @@ -83,6 +83,7 @@ in { hicolor-icon-theme numix-icon-theme + alacritty imv inkscape libqrencode @@ -97,7 +98,6 @@ in { pulsemixer wl-clipboard xdg_utils - unstable.alacritty unstable.keepassxc ( pkgs.writeTextFile { diff --git a/roles/dev.nix b/roles/dev.nix index 73b477e..9a9d598 100644 --- a/roles/dev.nix +++ b/roles/dev.nix @@ -15,10 +15,10 @@ in { unstable.gopls unstable.rust-analyzer + emacs + ltrace sops tig - ltrace - unstable.emacs openssl pkg-config nasm cmake zlib gcc binutils-unwrapped ];