From ac03a06feac83b721ab919241c1c5753a8ce3196 Mon Sep 17 00:00:00 2001 From: Soispha Date: Tue, 2 May 2023 19:01:20 +0200 Subject: Feat(hm/pkgs): Add flake_update --- flake.nix | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 0923bd25..7715d24c 100644 --- a/flake.nix +++ b/flake.nix @@ -139,6 +139,15 @@ flake-utils.follows = "flake-utils"; }; }; + flake_update = { + url = "git+https://codeberg.org/soispha/flake_update.git"; + inputs = { + nixpkgs.follows = "nixpkgs"; + systems.follows = "systems"; + flake-utils.follows = "flake-utils"; + shell_library.follows = "shell_library"; + }; + }; # external resources user_js = { @@ -174,6 +183,7 @@ yambar_memory, yambar_cpu, grades, + flake_update, ... }: let sysLib = shell_library.lib.${system}; @@ -212,6 +222,7 @@ yambar_memory yambar_cpu grades + flake_update ; }; in -- cgit 1.4.1