cleanup reflac

This commit is contained in:
Simon Gardling 2024-12-04 11:41:48 -05:00
parent 71d2bb0cb3
commit a6f92bb518
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D

View File

@ -150,15 +150,19 @@
done done
'') '')
flac (pkgs.writeShellApplication {
(pkgs.writeScriptBin "reflac" ( name = "reflac";
builtins.readFile ( runtimeInputs = with pkgs; [ flac ];
excludeShellChecks = [ "2086" ];
text = builtins.readFile (
pkgs.fetchurl { pkgs.fetchurl {
url = "https://raw.githubusercontent.com/chungy/reflac/refs/heads/master/reflac"; url = "https://raw.githubusercontent.com/chungy/reflac/refs/heads/master/reflac";
sha256 = "61c6cc8be3d276c6714e68b55e5de0e6491f50bbf195233073dbce14a1e278a7"; sha256 = "61c6cc8be3d276c6714e68b55e5de0e6491f50bbf195233073dbce14a1e278a7";
} }
) );
)) })
]; ];
services.zfs = { services.zfs = {