1
0
forked from extern/nix-config

meta: Use unrar instead of unrar-wrapper

Unfortunately, some functionality appears to only be available with
unrar.
This commit is contained in:
Donovan Glover 2023-07-01 14:03:40 -04:00
parent 74ff0bf3cb
commit 51795a8829
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 2 additions and 1 deletions

View File

@ -40,10 +40,12 @@
environment.systemPackages = with pkgs; [
kitty
rar
unrar
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"rar"
"unrar"
];
system.stateVersion = "22.11";

View File

@ -25,7 +25,6 @@
p7zip
rsync
unar
unrar-wrapper
genact
ffmpeg
killall