summary refs log tree commit diff stats
path: root/flake.lock
diff options
context:
space:
mode:
authorsils <sils@sils.li>2023-05-07 20:14:39 +0200
committersils <sils@sils.li>2023-05-07 20:14:39 +0200
commitacf496fa8db90b9df999d20083d91ca24e1e098e (patch)
tree400e7707b1c32adb56d767fd22950cabb782e353 /flake.lock
parentFeat(treewide): Get river working (diff)
downloadnix-config-acf496fa8db90b9df999d20083d91ca24e1e098e.tar.gz
nix-config-acf496fa8db90b9df999d20083d91ca24e1e098e.zip
Feat(treewide): Add river bloat
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock166
1 files changed, 165 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index a006236..a6cafa5 100644
--- a/flake.lock
+++ b/flake.lock
@@ -29,6 +29,30 @@
         "type": "github"
       }
     },
+    "crane_2": {
+      "inputs": {
+        "flake-compat": "flake-compat_2",
+        "flake-utils": "flake-utils_2",
+        "nixpkgs": [
+          "yambar_memory",
+          "nixpkgs"
+        ],
+        "rust-overlay": "rust-overlay_2"
+      },
+      "locked": {
+        "lastModified": 1677642623,
+        "narHash": "sha256-GlRa6/HWg8mIxPM29ZuTP2dP8y9sQ6BdbrjzCO8JgAo=",
+        "owner": "ipetkov",
+        "repo": "crane",
+        "rev": "f3f763e4d9f156ec0c37f39b0f77e2d62213b296",
+        "type": "github"
+      },
+      "original": {
+        "owner": "ipetkov",
+        "repo": "crane",
+        "type": "github"
+      }
+    },
     "flake-compat": {
       "flake": false,
       "locked": {
@@ -45,6 +69,22 @@
         "type": "github"
       }
     },
+    "flake-compat_2": {
+      "flake": false,
+      "locked": {
+        "lastModified": 1673956053,
+        "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
+        "owner": "edolstra",
+        "repo": "flake-compat",
+        "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
+        "type": "github"
+      },
+      "original": {
+        "owner": "edolstra",
+        "repo": "flake-compat",
+        "type": "github"
+      }
+    },
     "flake-utils": {
       "inputs": {
         "systems": [
@@ -65,6 +105,50 @@
         "type": "github"
       }
     },
+    "flake-utils_2": {
+      "locked": {
+        "lastModified": 1676283394,
+        "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
+        "type": "github"
+      },
+      "original": {
+        "owner": "numtide",
+        "repo": "flake-utils",
+        "type": "github"
+      }
+    },
+    "grades": {
+      "inputs": {
+        "crane": [
+          "crane"
+        ],
+        "flake-utils": [
+          "flake-utils"
+        ],
+        "nixpkgs": [
+          "nixpkgs"
+        ],
+        "rust-overlay": [
+          "rust-overlay"
+        ]
+      },
+      "locked": {
+        "lastModified": 1683201561,
+        "narHash": "sha256-I1Z3iUlJd8+8ZRm3lMt8CiJG8lR9fet1H2HdZ5CGB80=",
+        "ref": "refs/heads/prime",
+        "rev": "9f4b5f1cda8b6138e1b478e8ccbcb776a3f75028",
+        "revCount": 28,
+        "type": "git",
+        "url": "https://codeberg.org/soispha/grades.git"
+      },
+      "original": {
+        "type": "git",
+        "url": "https://codeberg.org/soispha/grades.git"
+      }
+    },
     "home-manager": {
       "inputs": {
         "nixpkgs": [
@@ -139,12 +223,15 @@
         "crane": "crane",
         "flake-compat": "flake-compat",
         "flake-utils": "flake-utils",
+        "grades": "grades",
         "home-manager": "home-manager",
         "nixpkgs": "nixpkgs",
         "river_init_lesser": "river_init_lesser",
         "rust-overlay": "rust-overlay",
         "shell_library": "shell_library",
-        "systems": "systems"
+        "systems": "systems",
+        "yambar_cpu": "yambar_cpu",
+        "yambar_memory": "yambar_memory"
       }
     },
     "rust-overlay": {
@@ -170,6 +257,33 @@
         "type": "github"
       }
     },
+    "rust-overlay_2": {
+      "inputs": {
+        "flake-utils": [
+          "yambar_memory",
+          "crane",
+          "flake-utils"
+        ],
+        "nixpkgs": [
+          "yambar_memory",
+          "crane",
+          "nixpkgs"
+        ]
+      },
+      "locked": {
+        "lastModified": 1676437770,
+        "narHash": "sha256-mhJye91Bn0jJIE7NnEywGty/U5qdELfsT8S+FBjTdG4=",
+        "owner": "oxalica",
+        "repo": "rust-overlay",
+        "rev": "a619538647bd03e3ee1d7b947f7c11ff289b376e",
+        "type": "github"
+      },
+      "original": {
+        "owner": "oxalica",
+        "repo": "rust-overlay",
+        "type": "github"
+      }
+    },
     "shell_library": {
       "inputs": {
         "flake-utils": [
@@ -210,6 +324,56 @@
         "repo": "x86_64-linux",
         "type": "github"
       }
+    },
+    "yambar_cpu": {
+      "inputs": {
+        "crane": [
+          "crane"
+        ],
+        "flake-utils": [
+          "flake-utils"
+        ],
+        "nixpkgs": [
+          "nixpkgs"
+        ]
+      },
+      "locked": {
+        "lastModified": 1678635450,
+        "narHash": "sha256-AER+dXb9YoFdTLtNRG8PSIFCPo5qiZBSrLHmLkbnanM=",
+        "ref": "refs/heads/prime",
+        "rev": "9668588173cbdffa325247a35de93f31e4511f9a",
+        "revCount": 5,
+        "type": "git",
+        "url": "https://codeberg.org/soispha/yambar_cpu.git"
+      },
+      "original": {
+        "type": "git",
+        "url": "https://codeberg.org/soispha/yambar_cpu.git"
+      }
+    },
+    "yambar_memory": {
+      "inputs": {
+        "crane": "crane_2",
+        "flake-utils": [
+          "flake-utils"
+        ],
+        "nixpkgs": [
+          "nixpkgs"
+        ]
+      },
+      "locked": {
+        "lastModified": 1678015290,
+        "narHash": "sha256-oEZzslefttctJHPhHLVOBPqRh59p51CTmgaKQC+MXn8=",
+        "ref": "refs/heads/prime",
+        "rev": "9b273d73f151e7f47cde5ed3feba38797b43619b",
+        "revCount": 3,
+        "type": "git",
+        "url": "https://codeberg.org/soispha/yambar_memory.git"
+      },
+      "original": {
+        "type": "git",
+        "url": "https://codeberg.org/soispha/yambar_memory.git"
+      }
     }
   },
   "root": "root",