diff options
author | Soispha <soispha@vhack.eu> | 2023-05-06 22:23:03 +0200 |
---|---|---|
committer | Soispha <soispha@vhack.eu> | 2023-05-09 19:33:29 +0200 |
commit | a30fd1a367391869afafa7696b543f01a942ded7 (patch) | |
tree | 934dd7d3b655d205d2415b51399e147fdc55c687 /flake.nix | |
parent | Fix(hm/conf/lf): Remove wired mapping, as it's not used (diff) | |
download | nixos-config-a30fd1a367391869afafa7696b543f01a942ded7.tar.gz nixos-config-a30fd1a367391869afafa7696b543f01a942ded7.zip |
Build(flake): Move yambar binaries to codeberg
Diffstat (limited to 'flake.nix')
-rw-r--r-- | flake.nix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/flake.nix b/flake.nix index aa48b414..79bbf35d 100644 --- a/flake.nix +++ b/flake.nix @@ -126,7 +126,7 @@ }; }; yambar_cpu = { - url = "git+https://git.sils.li/ene/yambar_cpu.git"; + url = "git+https://codeberg.org/soispha/yambar_cpu.git"; inputs = { nixpkgs.follows = "nixpkgs"; crane.follows = "crane"; @@ -134,7 +134,7 @@ }; }; yambar_memory = { - url = "git+https://git.sils.li/ene/yambar_memory.git"; + url = "git+https://codeberg.org/soispha/yambar_memory.git"; inputs = { nixpkgs.follows = "nixpkgs"; crane.follows = "crane"; |