summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoispha <soispha@vhack.eu>2023-05-06 14:25:40 +0200
committerSoispha <soispha@vhack.eu>2023-05-06 14:35:33 +0200
commitb857fb8e5b48bbea96844118a5a53463e7a01146 (patch)
treea31d9977980ee63a03989354e53db05cd830cbf5
parentFeat(treewide): Add river window manager (diff)
downloadnix-config-b857fb8e5b48bbea96844118a5a53463e7a01146.zip
Build(flake): Update
Co-authored-by: sils <sils@sils.li>
-rw-r--r--flake.lock182
1 files changed, 175 insertions, 7 deletions
diff --git a/flake.lock b/flake.lock
index 6ee74bd..a006236 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,70 @@
{
"nodes": {
+ "crane": {
+ "inputs": {
+ "flake-compat": [
+ "flake-compat"
+ ],
+ "flake-utils": [
+ "flake-utils"
+ ],
+ "nixpkgs": [
+ "nixpkgs"
+ ],
+ "rust-overlay": [
+ "rust-overlay"
+ ]
+ },
+ "locked": {
+ "lastModified": 1683134812,
+ "narHash": "sha256-yUiArtneEBCTYt7rOg/tLr1iv4AmjFu5tdGa0OVpjbo=",
+ "owner": "ipetkov",
+ "repo": "crane",
+ "rev": "8708b19627b2dfc2d1ac332b74383b8abdd429f0",
+ "type": "github"
+ },
+ "original": {
+ "owner": "ipetkov",
+ "repo": "crane",
+ "type": "github"
+ }
+ },
+ "flake-compat": {
+ "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": [
+ "systems"
+ ]
+ },
+ "locked": {
+ "lastModified": 1681202837,
+ "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "cfacdce06f30d2b68473a46042957675eebb3401",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
"home-manager": {
"inputs": {
"nixpkgs": [
@@ -7,11 +72,11 @@
]
},
"locked": {
- "lastModified": 1683276742,
- "narHash": "sha256-QURv/m81hd6TN5RMjlSHhE1zLpXHsvDEm66qv3MRBsM=",
+ "lastModified": 1683276747,
+ "narHash": "sha256-T3st1VBg3wmhHyBQb0z12sTSGsQgiu3mxkS61nLO8Xs=",
"owner": "nix-community",
"repo": "home-manager",
- "rev": "38271ead8e7b291beb9d3b8312e66c3268796c0a",
+ "rev": "669669fcb403e3137dfe599bbcc26e60502c3543",
"type": "github"
},
"original": {
@@ -23,11 +88,11 @@
},
"nixpkgs": {
"locked": {
- "lastModified": 1683194677,
- "narHash": "sha256-Am7aCGNy/h6RMnvg7Pn4PHQXZZq9FyIUA9klYxBwyDI=",
+ "lastModified": 1683286087,
+ "narHash": "sha256-xseOd7W7xwF5GOF2RW8qhjmVGrKoBz+caBlreaNzoeI=",
"owner": "NixOs",
"repo": "nixpkgs",
- "rev": "0d8145a5d81ebf6698077b21042380a3a66a11c7",
+ "rev": "3e313808bd2e0a0669430787fb22e43b2f4bf8bf",
"type": "github"
},
"original": {
@@ -37,10 +102,113 @@
"type": "github"
}
},
+ "river_init_lesser": {
+ "inputs": {
+ "crane": [
+ "crane"
+ ],
+ "flake-compat": [
+ "flake-compat"
+ ],
+ "flake-utils": [
+ "flake-utils"
+ ],
+ "nixpkgs": [
+ "nixpkgs"
+ ],
+ "rust-overlay": [
+ "rust-overlay"
+ ]
+ },
+ "locked": {
+ "lastModified": 1683353540,
+ "narHash": "sha256-tOf9gfFzWjZxIF/2BAU64aH55xfic6SapKsFqVn6U/8=",
+ "ref": "refs/heads/prime",
+ "rev": "aedd2bf8863802443d7b6df94646c239d67b2796",
+ "revCount": 10,
+ "type": "git",
+ "url": "https://codeberg.org/soispha/river_keymap_init.git"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://codeberg.org/soispha/river_keymap_init.git"
+ }
+ },
"root": {
"inputs": {
+ "crane": "crane",
+ "flake-compat": "flake-compat",
+ "flake-utils": "flake-utils",
"home-manager": "home-manager",
- "nixpkgs": "nixpkgs"
+ "nixpkgs": "nixpkgs",
+ "river_init_lesser": "river_init_lesser",
+ "rust-overlay": "rust-overlay",
+ "shell_library": "shell_library",
+ "systems": "systems"
+ }
+ },
+ "rust-overlay": {
+ "inputs": {
+ "flake-utils": [
+ "flake-utils"
+ ],
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1683339427,
+ "narHash": "sha256-CRf4eHfdud0imCZpCGrDC2rbwgJpnQZnb/kIm8D+tJM=",
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "rev": "a61fcd9910229d097ffef92b5a2440065e3b64d5",
+ "type": "github"
+ },
+ "original": {
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "type": "github"
+ }
+ },
+ "shell_library": {
+ "inputs": {
+ "flake-utils": [
+ "flake-utils"
+ ],
+ "nixpkgs": [
+ "nixpkgs"
+ ],
+ "systems": [
+ "systems"
+ ]
+ },
+ "locked": {
+ "lastModified": 1683039695,
+ "narHash": "sha256-+LcX0BcUYCIVSiUbyRI4rQixCoF4fVWnGhfftveq9SM=",
+ "ref": "refs/heads/prime",
+ "rev": "8dc90f24bc07671e1f46770b2a865bf051f4e2bd",
+ "revCount": 20,
+ "type": "git",
+ "url": "https://codeberg.org/soispha/shell_library.git"
+ },
+ "original": {
+ "type": "git",
+ "url": "https://codeberg.org/soispha/shell_library.git"
+ }
+ },
+ "systems": {
+ "locked": {
+ "lastModified": 1680978846,
+ "narHash": "sha256-Gtqg8b/v49BFDpDetjclCYXm8mAnTrUzR0JnE2nv5aw=",
+ "owner": "nix-systems",
+ "repo": "x86_64-linux",
+ "rev": "2ecfcac5e15790ba6ce360ceccddb15ad16d08a8",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-systems",
+ "repo": "x86_64-linux",
+ "type": "github"
}
}
},