Add credit to Aires

This commit is contained in:
Aaron Honeycutt 2024-02-06 15:53:49 +00:00
parent 7b5bd59eb0
commit 58c7a4c8bf

View file

@ -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