From b9401bd57cfff9955649d5ccd3b346271d787a2e Mon Sep 17 00:00:00 2001 From: sternenseemann Date: Sun, 14 May 2023 14:33:44 +0200 Subject: pkgs/sternenseemann: use (vuizvui) pkgs.callPackage This allows us to get the fix point for scripts from callPackage instead of building it ad hoc. --- pkgs/sternenseemann/scripts/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'pkgs/sternenseemann/scripts') diff --git a/pkgs/sternenseemann/scripts/default.nix b/pkgs/sternenseemann/scripts/default.nix index 35e2cf70..d939b0c6 100644 --- a/pkgs/sternenseemann/scripts/default.nix +++ b/pkgs/sternenseemann/scripts/default.nix @@ -6,9 +6,12 @@ , openssl , perl, mandoc , gpp +, sternenseemann }: let + self = sternenseemann.scripts; + backupExcludes = writeText "backup-excludes" '' /home/lukas/.cache /home/lukas/.config/chromium @@ -42,7 +45,7 @@ let in -lib.fix (self: { +{ default = [ self.borg-wrapper self.lowview @@ -193,4 +196,4 @@ lib.fix (self: { printf '\a' fi ''; -}) +} -- cgit 1.4.1