Skip to content

Commit

Permalink
Remove KeePassXC override
Browse files Browse the repository at this point in the history
This has been fixed; see NixOS/nixpkgs#103146
  • Loading branch information
hpfr committed Apr 23, 2021
1 parent 4a0e345 commit 5eccb3c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions profiles/system/gui-base.nix
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ in {
};

nixpkgs.overlays = [
# not sure why this isn't the default, KPXC has it as their default
(self: super: {
keepassxc = super.keepassxc.override { withKeePassNetworking = true; };
})
# TODO: refactor and relocate scripts based on dependencies
(self: super: {
gui-scripts = (super.runCommand "gui-scripts" {
Expand Down

0 comments on commit 5eccb3c

Please sign in to comment.