Skip to content

Commit

Permalink
fix(nix): packageRequires: remove magit
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Feb 4, 2025
1 parent 29df32e commit 567da35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nix/packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ _: {
packageRequires = [
pkgs.emacsPackages.el-patch
pkgs.emacsPackages.nerd-icons
pkgs.emacsPackages.magit
];

doCheck = true;

nativeCheckInputs = [
pkgs.git
pkgs.emacs
pkgs.emacsPackages.magit
] ++ packageRequires;

checkPhase = ''
Expand Down

0 comments on commit 567da35

Please sign in to comment.