my nixos dotfiles :3 (git.koi.rip mirror) git.koi.rip/koi/dotfiles
linux dotfiles neovim nixos catppuccin
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

flake: update inputs

adam 428167ce 4313be1e

+85 -23
+85 -23
flake.lock
··· 29 29 }, 30 30 "anvim": { 31 31 "inputs": { 32 + "neovim-nightly": "neovim-nightly", 32 33 "nixpkgs": [ 33 34 "nixpkgs" 34 35 ] 35 36 }, 36 37 "locked": { 37 - "lastModified": 1766292178, 38 - "narHash": "sha256-fD+W4IVbJGupIiJpPq2TunUHKuDNNde1TsZ6Hz5F8Po=", 38 + "lastModified": 1766960569, 39 + "narHash": "sha256-qoVJHJWsmcLON89gLHClntd1l4YC6V1Vw7n9TYYHUCk=", 39 40 "owner": "adamperkowski", 40 41 "repo": "anvim", 41 - "rev": "e146efa9d98459dd797af3ca9df1be73f8c8ab80", 42 + "rev": "0bdded40bcfaa288a62e92af9c2b8a50afa8ee27", 42 43 "type": "github" 43 44 }, 44 45 "original": { ··· 54 55 ] 55 56 }, 56 57 "locked": { 57 - "lastModified": 1766099881, 58 - "narHash": "sha256-IsUcnraQLPb0pOK4S6nK8B0T4Xkd76iRzfIqvJPR5SE=", 59 - "rev": "96e2a350a578882da2984641c83a728be6fae1b2", 58 + "lastModified": 1766788905, 59 + "narHash": "sha256-rOQZos+yJSiHg+G4iB9lXO+u7PPFYgkV/65b6yPS2w0=", 60 + "rev": "71c9288c5d981f981bb6a42e5bc17a14dc2e9eb8", 60 61 "type": "tarball", 61 - "url": "https://codeberg.org/api/v1/repos/adamperkowski/cuteff/archive/96e2a350a578882da2984641c83a728be6fae1b2.tar.gz?rev=96e2a350a578882da2984641c83a728be6fae1b2" 62 + "url": "https://codeberg.org/api/v1/repos/adamperkowski/cuteff/archive/71c9288c5d981f981bb6a42e5bc17a14dc2e9eb8.tar.gz?rev=71c9288c5d981f981bb6a42e5bc17a14dc2e9eb8" 62 63 }, 63 64 "original": { 64 65 "type": "tarball", ··· 87 88 "type": "github" 88 89 } 89 90 }, 91 + "flake-parts": { 92 + "inputs": { 93 + "nixpkgs-lib": [ 94 + "anvim", 95 + "neovim-nightly", 96 + "nixpkgs" 97 + ] 98 + }, 99 + "locked": { 100 + "lastModified": 1765835352, 101 + "narHash": "sha256-XswHlK/Qtjasvhd1nOa1e8MgZ8GS//jBoTqWtrS1Giw=", 102 + "owner": "hercules-ci", 103 + "repo": "flake-parts", 104 + "rev": "a34fae9c08a15ad73f295041fec82323541400a9", 105 + "type": "github" 106 + }, 107 + "original": { 108 + "owner": "hercules-ci", 109 + "repo": "flake-parts", 110 + "type": "github" 111 + } 112 + }, 90 113 "flake-utils": { 91 114 "inputs": { 92 115 "systems": "systems" ··· 112 135 ] 113 136 }, 114 137 "locked": { 115 - "lastModified": 1765979862, 116 - "narHash": "sha256-/r9/1KamvbHJx6I40H4HsSXnEcBAkj46ZwibhBx9kg0=", 138 + "lastModified": 1766939458, 139 + "narHash": "sha256-VvZeAKyB3vhyHStSO8ACKzWRKNQPmVWktjfuSVdvtUA=", 117 140 "owner": "nix-community", 118 141 "repo": "home-manager", 119 - "rev": "d3135ab747fd9dac250ffb90b4a7e80634eacbe9", 142 + "rev": "e298a148013c980e3c8c0ac075295fab5074d643", 120 143 "type": "github" 121 144 }, 122 145 "original": { ··· 149 172 "type": "github" 150 173 } 151 174 }, 175 + "neovim-nightly": { 176 + "inputs": { 177 + "flake-parts": "flake-parts", 178 + "neovim-src": "neovim-src", 179 + "nixpkgs": [ 180 + "anvim", 181 + "nixpkgs" 182 + ] 183 + }, 184 + "locked": { 185 + "lastModified": 1766880341, 186 + "narHash": "sha256-yYh/TNwR9GsJUT8d73nsK39lZ/j240jDwNr6807lx60=", 187 + "owner": "nix-community", 188 + "repo": "neovim-nightly-overlay", 189 + "rev": "7e6bb31ced1de2c6360122173f63c44113223622", 190 + "type": "github" 191 + }, 192 + "original": { 193 + "owner": "nix-community", 194 + "repo": "neovim-nightly-overlay", 195 + "type": "github" 196 + } 197 + }, 198 + "neovim-src": { 199 + "flake": false, 200 + "locked": { 201 + "lastModified": 1766877615, 202 + "narHash": "sha256-iojFwrzLMqEaOLkXVjIVLWFW5DU1Vhh40Xndx3fR/Xs=", 203 + "owner": "neovim", 204 + "repo": "neovim", 205 + "rev": "ab5a92bff67d654c543d89b4803a64b2e648253a", 206 + "type": "github" 207 + }, 208 + "original": { 209 + "owner": "neovim", 210 + "repo": "neovim", 211 + "type": "github" 212 + } 213 + }, 152 214 "niri": { 153 215 "inputs": { 154 216 "niri-stable": "niri-stable", ··· 163 225 "xwayland-satellite-unstable": "xwayland-satellite-unstable" 164 226 }, 165 227 "locked": { 166 - "lastModified": 1766234797, 167 - "narHash": "sha256-yzj51A2eAhYMGo5TLcDqSHZXSUT7kHFRh9o8IE/lNow=", 228 + "lastModified": 1766765523, 229 + "narHash": "sha256-DCk3GKdKZNjpvNuDy9ZVfVwCy3tlm96/UZnYkJO7N44=", 168 230 "owner": "sodiboo", 169 231 "repo": "niri-flake", 170 - "rev": "bf13a0db31466a2e78b31d82de270d833c8fda4c", 232 + "rev": "a3e638c75d07de759421e6f34bd69c3f9a0a3567", 171 233 "type": "github" 172 234 }, 173 235 "original": { ··· 196 258 "niri-unstable": { 197 259 "flake": false, 198 260 "locked": { 199 - "lastModified": 1766229062, 200 - "narHash": "sha256-8iBPfiM3w0m7Qrs3PyFyiN+I96ba4owEaSZ9ahgPdqM=", 261 + "lastModified": 1766751930, 262 + "narHash": "sha256-83/YSW6c58i/iwGzAFApuMy6MCgoIaROeCcoIGh+ViU=", 201 263 "owner": "YaLTeR", 202 264 "repo": "niri", 203 - "rev": "19e55a2df095d14f9490b79e38193ad4b4e87bb9", 265 + "rev": "b5640d5293ad8dca06cb447692ea7cbb21680eb1", 204 266 "type": "github" 205 267 }, 206 268 "original": { ··· 227 289 }, 228 290 "nixpkgs_2": { 229 291 "locked": { 230 - "lastModified": 1765838191, 231 - "narHash": "sha256-Rgx3RPys4DTsfZPBbJa2QpJGbjnWVC7V2Rlviyp4qMI=", 232 - "rev": "c6f52ebd45e5925c188d1a20119978aa4ffd5ef6", 292 + "lastModified": 1766736597, 293 + "narHash": "sha256-b6Ar71wSPahmaDr7L8gCvAPsuvd7UM4NvKldKB7V8KI=", 294 + "rev": "f560ccec6b1116b22e6ed15f4c510997d99d5852", 233 295 "type": "tarball", 234 - "url": "https://releases.nixos.org/nixos/25.11/nixos-25.11.1948.c6f52ebd45e5/nixexprs.tar.xz?lastModified=1765838191&rev=c6f52ebd45e5925c188d1a20119978aa4ffd5ef6" 296 + "url": "https://releases.nixos.org/nixos/25.11/nixos-25.11.2561.f560ccec6b11/nixexprs.tar.xz?lastModified=1766736597&rev=f560ccec6b1116b22e6ed15f4c510997d99d5852" 235 297 }, 236 298 "original": { 237 299 "type": "tarball", ··· 318 380 "xwayland-satellite-unstable": { 319 381 "flake": false, 320 382 "locked": { 321 - "lastModified": 1765935116, 322 - "narHash": "sha256-lNyckAdrhNKXsi9pNOBYajntNFlWs+BITVoIZuNuwX0=", 383 + "lastModified": 1766429945, 384 + "narHash": "sha256-9Kv4gWagx/u4RfZJzBMAoagW9ava5waxd+XoTkzqF7E=", 323 385 "owner": "Supreeeme", 324 386 "repo": "xwayland-satellite", 325 - "rev": "979eab242e60cf481a31d9de508a1bdaf2dcf7d4", 387 + "rev": "0dde7ca1d3a8e8c5082533d76084e2aa02bef70e", 326 388 "type": "github" 327 389 }, 328 390 "original": {