meta: Replace unrar with unrar-wrapper

This commit is contained in:
Donovan Glover 2023-06-24 12:12:57 -04:00
parent 08492ea227
commit 128c6f619d
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
2 changed files with 4 additions and 6 deletions

View File

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

View File

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