From f27260ec9c640c0c16a720270aa2871cc8c3fc44 Mon Sep 17 00:00:00 2001 From: Konrad Malik Date: Mon, 30 Dec 2024 11:04:43 +0100 Subject: [PATCH] chore: unstable bitwarden-cli again --- hosts/common/modules/nix/shared.nix | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/hosts/common/modules/nix/shared.nix b/hosts/common/modules/nix/shared.nix index da3d7731..18ac2334 100644 --- a/hosts/common/modules/nix/shared.nix +++ b/hosts/common/modules/nix/shared.nix @@ -16,13 +16,6 @@ in final: prev: (import ../../../../pkgs/installable { pkgs = final; }) // { - # FIXME once fixed on unstable - inherit - ((builtins.getFlake "github:NixOS/nixpkgs/3cf437fb2e3a4a8e4d28c89699b084636a48b979") - .legacyPackages.${pkgs.system} - ) - bitwarden-cli - ; stable = import inputs.nixpkgs-stable { system = final.system; config = final.config; @@ -50,7 +43,8 @@ in keep-outputs = true; trusted-users = [ "root" ] - ++ lib.optional pkgs.stdenvNoCC.isLinux "@wheel" ++ lib.optional pkgs.stdenvNoCC.isDarwin "@admin"; + ++ lib.optional pkgs.stdenvNoCC.isLinux "@wheel" + ++ lib.optional pkgs.stdenvNoCC.isDarwin "@admin"; extra-substituters = [ "https://konradmalik.cachix.org" "https://nix-community.cachix.org"