From 636478286139184ebfa1ffd3610ce0ca482e04fa Mon Sep 17 00:00:00 2001 From: Benedikt Peetz Date: Fri, 24 May 2024 14:06:14 +0200 Subject: feat(pkgs): Pull yambar-{cpu,memory} in tree --- flake.nix | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index b6349603..39544f41 100644 --- a/flake.nix +++ b/flake.nix @@ -206,22 +206,6 @@ flake-compat.follows = "flake-compat"; }; }; - yambar_cpu = { - url = "git+https://codeberg.org/soispha/yambar_cpu.git"; - inputs = { - nixpkgs.follows = "nixpkgs"; - crane.follows = "crane"; - flake-utils.follows = "flake-utils"; - }; - }; - yambar_memory = { - url = "git+https://codeberg.org/soispha/yambar_memory.git"; - inputs = { - nixpkgs.follows = "nixpkgs"; - crane.follows = "crane"; - flake-utils.follows = "flake-utils"; - }; - }; # external resources user_js = { @@ -260,8 +244,6 @@ # my binaries shell_library, river_init_lesser, - yambar_memory, - yambar_cpu, ... }: let system = "x86_64-linux"; @@ -311,8 +293,6 @@ shell_library river_init_lesser - yambar_memory - yambar_cpu ; }; in -- cgit 1.4.1