Skip to content

Commit

Permalink
refactor(emacs): remove unnecessary xpdf dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
gekoke committed Dec 12, 2023
1 parent 7574dcb commit e742f82
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
7 changes: 1 addition & 6 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,7 @@
inputs.nur.overlay
];

channels-config = {
allowUnfree = true;
permittedInsecurePackages = [
"xpdf-4.04"
];
};
channels-config.allowUnfree = true;
})
(inputs.flake-parts.lib.mkFlake { inherit inputs; }
{
Expand Down
1 change: 0 additions & 1 deletion modules/nixos/programs/emacs/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ in
mediainfo
gnutar
unzip
xpdf
# consult
ripgrep
# magit-delta
Expand Down

0 comments on commit e742f82

Please sign in to comment.