Skip to content

Commit

Permalink
overlays/master: add efitools and mysql-workbench
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 31, 2024
1 parent 0feb616 commit e5709d3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions modules/home/suites/development/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,7 @@ in
]
++ lib.optionals cfg.sqlEnable [
dbeaver-bin
# FIXME: broken nixpkgs
# mysql-workbench
mysql-workbench
];

shellAliases = {
Expand Down
3 changes: 1 addition & 2 deletions modules/nixos/system/boot/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,7 @@ in
with pkgs;
[
efibootmgr
# FIXME: broken nixpkgs
# efitools
efitools
efivar
]
++ lib.optionals cfg.secureBoot [ sbctl ];
Expand Down
2 changes: 2 additions & 0 deletions overlays/master/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ _final: _prev: {
inherit (channels.nixpkgs-master)
bottles
ddccontrol
efitools
electron_31
mysql-workbench
unityhub
;
}

0 comments on commit e5709d3

Please sign in to comment.