From 6bdb3fac831771162e6c7bdd5c04577b743dbe8f Mon Sep 17 00:00:00 2001 From: ahuston-0 Date: Mon, 9 Sep 2024 19:50:47 -0400 Subject: [PATCH] remove bitwarden-rofi --- flake.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/flake.nix b/flake.nix index 4b4efa7..87b7786 100644 --- a/flake.nix +++ b/flake.nix @@ -152,8 +152,5 @@ checks = import ./checks.nix { inherit inputs forEachSystem formatter; }; devShells = import ./shell.nix { inherit inputs forEachSystem checks; }; - packages.bitwarden-rofi = - inputs.nixpkgs.legacyPackages.x86_64-linux.callPackage ./pkgs/bitwarden-rofi - { }; }; }