Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Oct 6, 2023
1 parent 5cba9fa commit b233ba2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion modules/home/tools/git/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
, ...
}:
let
inherit (lib) types mkEnableOption mkIf getExe getExe';
inherit (lib) types mkEnableOption mkIf getExe';
inherit (lib.internal) mkOpt mkBoolOpt enabled;
inherit (config.khanelinix) user;

Expand Down
2 changes: 1 addition & 1 deletion overlays/nixpkgs-khanelinix/default.nix
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{ channels, ... }: _final: prev: {
{ channels, ... }: _final: _prev: {
inherit (channels.nixpkgs-khanelinix) _1password-gui-beta;
}

0 comments on commit b233ba2

Please sign in to comment.