remove bitwarden-rofi

This commit is contained in:
ahuston-0 2024-09-09 19:50:47 -04:00
parent f676d96e23
commit d15cface81
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -152,8 +152,5 @@
checks = import ./checks.nix { inherit inputs forEachSystem formatter; }; checks = import ./checks.nix { inherit inputs forEachSystem formatter; };
devShells = import ./shell.nix { inherit inputs forEachSystem checks; }; devShells = import ./shell.nix { inherit inputs forEachSystem checks; };
packages.bitwarden-rofi =
inputs.nixpkgs.legacyPackages.x86_64-linux.callPackage ./pkgs/bitwarden-rofi
{ };
}; };
} }