From 58c7a4c8bf393b26f740aee6267441560826f601 Mon Sep 17 00:00:00 2001 From: Aaron Honeycutt Date: Tue, 6 Feb 2024 15:53:49 +0000 Subject: [PATCH] Add credit to Aires --- software/backrest/backrest.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/software/backrest/backrest.nix b/software/backrest/backrest.nix index df31a73..648b00d 100644 --- a/software/backrest/backrest.nix +++ b/software/backrest/backrest.nix @@ -1,5 +1,8 @@ { pkgs, config, lib, cfg, ... }: +# Thanks to Aires! +# https://aires.fyi/blog/installing-a-custom-package-with-nix/ + let backrest = pkgs.callPackage ./package.nix { inherit pkgs lib; }; in