diff options
author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-24 14:06:14 +0200 |
---|---|---|
committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2024-05-24 14:06:14 +0200 |
commit | 636478286139184ebfa1ffd3610ce0ca482e04fa (patch) | |
tree | 45e61147588ca73f0973ab410359f3d7c1f0e3d1 /flake.nix | |
parent | fix(modules/system/home-manager): Import soispha's hm config (diff) | |
download | nixos-config-636478286139184ebfa1ffd3610ce0ca482e04fa.tar.gz nixos-config-636478286139184ebfa1ffd3610ce0ca482e04fa.zip |
feat(pkgs): Pull yambar-{cpu,memory} in tree
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 20 |
1 files changed, 0 insertions, 20 deletions
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 |