about summary refs log tree commit diff stats
path: root/flake
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-06 22:23:03 +0200
committerSoispha <soispha@vhack.eu>2023-05-09 19:33:29 +0200
commita30fd1a367391869afafa7696b543f01a942ded7 (patch)
tree934dd7d3b655d205d2415b51399e147fdc55c687 /flake
parentFix(hm/conf/lf): Remove wired mapping, as it's not used (diff)
downloadnixos-config-a30fd1a367391869afafa7696b543f01a942ded7.tar.gz
nixos-config-a30fd1a367391869afafa7696b543f01a942ded7.zip
Build(flake): Move yambar binaries to codeberg
Diffstat (limited to '')
-rw-r--r--flake.lock8
-rw-r--r--flake.nix4
2 files changed, 6 insertions, 6 deletions
diff --git a/flake.lock b/flake.lock
index 4c4c23af..a7d81b2f 100644
--- a/flake.lock
+++ b/flake.lock
@@ -560,11 +560,11 @@
         "rev": "9668588173cbdffa325247a35de93f31e4511f9a",
         "revCount": 5,
         "type": "git",
-        "url": "https://git.sils.li/ene/yambar_cpu.git"
+        "url": "https://codeberg.org/soispha/yambar_cpu.git"
       },
       "original": {
         "type": "git",
-        "url": "https://git.sils.li/ene/yambar_cpu.git"
+        "url": "https://codeberg.org/soispha/yambar_cpu.git"
       }
     },
     "yambar_memory": {
@@ -586,11 +586,11 @@
         "rev": "9b273d73f151e7f47cde5ed3feba38797b43619b",
         "revCount": 3,
         "type": "git",
-        "url": "https://git.sils.li/ene/yambar_memory.git"
+        "url": "https://codeberg.org/soispha/yambar_memory.git"
       },
       "original": {
         "type": "git",
-        "url": "https://git.sils.li/ene/yambar_memory.git"
+        "url": "https://codeberg.org/soispha/yambar_memory.git"
       }
     }
   },
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";