mirror of
https://gitlab.com/ahoneybun/nix-configs.git
synced 2025-05-12 11:14:02 -06:00
Add credit to Aires
This commit is contained in:
parent
7b5bd59eb0
commit
58c7a4c8bf
1 changed files with 3 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
||||||
{ pkgs, config, lib, cfg, ... }:
|
{ pkgs, config, lib, cfg, ... }:
|
||||||
|
|
||||||
|
# Thanks to Aires!
|
||||||
|
# https://aires.fyi/blog/installing-a-custom-package-with-nix/
|
||||||
|
|
||||||
let
|
let
|
||||||
backrest = pkgs.callPackage ./package.nix { inherit pkgs lib; };
|
backrest = pkgs.callPackage ./package.nix { inherit pkgs lib; };
|
||||||
in
|
in
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue