diff --git a/software/backrest/package.nix b/software/backrest/package.nix index 8dccf88..747c0a4 100644 --- a/software/backrest/package.nix +++ b/software/backrest/package.nix @@ -1,5 +1,8 @@ { pkgs, lib }: +# Thanks to Aires! +# https://aires.fyi/blog/installing-a-custom-package-with-nix/ + pkgs.stdenv.mkDerivation rec { pname = "backrest"; version = "v0.11.0";