about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--flake.lock42
-rw-r--r--flake.nix4
2 files changed, 27 insertions, 19 deletions
diff --git a/flake.lock b/flake.lock
index 7b81bbf5..4c4c23af 100644
--- a/flake.lock
+++ b/flake.lock
@@ -173,11 +173,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1683196088,
-        "narHash": "sha256-MO4i1ceO2WqwyEn/iggDyMOWMVUb0oIicRpfY4MgNko=",
+        "lastModified": 1683276747,
+        "narHash": "sha256-T3st1VBg3wmhHyBQb0z12sTSGsQgiu3mxkS61nLO8Xs=",
         "owner": "nix-community",
         "repo": "home-manager",
-        "rev": "6abb775e75a7f25451781dc704cfe03f27ad7496",
+        "rev": "669669fcb403e3137dfe599bbcc26e60502c3543",
         "type": "github"
       },
       "original": {
@@ -256,11 +256,11 @@
     },
     "nixpkgs": {
       "locked": {
-        "lastModified": 1683014792,
-        "narHash": "sha256-6Va9iVtmmsw4raBc3QKvQT2KT/NGRWlvUlJj46zN8B8=",
+        "lastModified": 1683286087,
+        "narHash": "sha256-xseOd7W7xwF5GOF2RW8qhjmVGrKoBz+caBlreaNzoeI=",
         "owner": "NixOS",
         "repo": "nixpkgs",
-        "rev": "1a411f23ba299db155a5b45d5e145b85a7aafc42",
+        "rev": "3e313808bd2e0a0669430787fb22e43b2f4bf8bf",
         "type": "github"
       },
       "original": {
@@ -307,25 +307,31 @@
         "crane": [
           "crane"
         ],
+        "flake-compat": [
+          "flake-compat"
+        ],
         "flake-utils": [
           "flake-utils"
         ],
         "nixpkgs": [
           "nixpkgs"
+        ],
+        "rust-overlay": [
+          "rust-overlay"
         ]
       },
       "locked": {
-        "lastModified": 1680510834,
-        "narHash": "sha256-zAVDfEr61xFEBmn5yZP3Ms6zVJ3es59XXSBPz5ly/DI=",
+        "lastModified": 1683353540,
+        "narHash": "sha256-tOf9gfFzWjZxIF/2BAU64aH55xfic6SapKsFqVn6U/8=",
         "ref": "refs/heads/prime",
-        "rev": "58b24c4d4a3ce7b86173548b3cbf9664add19752",
-        "revCount": 5,
+        "rev": "aedd2bf8863802443d7b6df94646c239d67b2796",
+        "revCount": 10,
         "type": "git",
-        "url": "https://git.sils.li/ene/river-lesser-init.git"
+        "url": "https://codeberg.org/soispha/river_keymap_init.git"
       },
       "original": {
         "type": "git",
-        "url": "https://git.sils.li/ene/river-lesser-init.git"
+        "url": "https://codeberg.org/soispha/river_keymap_init.git"
       }
     },
     "root": {
@@ -365,11 +371,11 @@
         ]
       },
       "locked": {
-        "lastModified": 1683166725,
-        "narHash": "sha256-AiWkKkt9jSyMRAl+hYo3Mau9uNRsFnCQDD+vtH5hbS8=",
+        "lastModified": 1683339427,
+        "narHash": "sha256-CRf4eHfdud0imCZpCGrDC2rbwgJpnQZnb/kIm8D+tJM=",
         "owner": "oxalica",
         "repo": "rust-overlay",
-        "rev": "2265f87e8f23890258a11593e15df755804fc9d6",
+        "rev": "a61fcd9910229d097ffef92b5a2440065e3b64d5",
         "type": "github"
       },
       "original": {
@@ -496,11 +502,11 @@
     "user_js": {
       "flake": false,
       "locked": {
-        "lastModified": 1682355499,
-        "narHash": "sha256-cYLKPsErF63j5WikjkvNpgUYRH4Ub0RGn6mCg7+tA/0=",
+        "lastModified": 1683284168,
+        "narHash": "sha256-EWa9vkzprNuBFV+HpO6yBrClVtMTI5QmChErISW/SZY=",
         "owner": "arkenfox",
         "repo": "user.js",
-        "rev": "b117916207862d4785f6da32d48cbe4420372434",
+        "rev": "04e6e77439bfa6e3f6b7b9c5e0afac7f74f0586a",
         "type": "github"
       },
       "original": {
diff --git a/flake.nix b/flake.nix
index 119ec10a..6b379b75 100644
--- a/flake.nix
+++ b/flake.nix
@@ -116,11 +116,13 @@
       };
     };
     river_init_lesser = {
-      url = "git+https://git.sils.li/ene/river-lesser-init.git";
+      url = "git+https://codeberg.org/soispha/river_keymap_init.git";
       inputs = {
         nixpkgs.follows = "nixpkgs";
         crane.follows = "crane";
         flake-utils.follows = "flake-utils";
+        rust-overlay.follows = "rust-overlay";
+        flake-compat.follows = "flake-compat";
       };
     };
     yambar_cpu = {