my over complex system configurations dotfiles.isabelroses.com/
nixos nix flake dotfiles linux
10
fork

Configure Feed

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

chore: update izvim and ivy

isabel de19a5d2 9ed209b3

+44 -8
+44 -6
flake.lock
··· 45 45 "type": "github" 46 46 } 47 47 }, 48 + "beapkgs_2": { 49 + "inputs": { 50 + "nixpkgs": [ 51 + "ivy", 52 + "nixpkgs" 53 + ] 54 + }, 55 + "locked": { 56 + "lastModified": 1740509855, 57 + "narHash": "sha256-MF/avgYLs8JCVGvHUD22gzPZOiYoXxZw8aGB3NwK02c=", 58 + "owner": "isabelroses", 59 + "repo": "beapkgs", 60 + "rev": "e1ad308a6272924280f13b9698a775f60250d4db", 61 + "type": "github" 62 + }, 63 + "original": { 64 + "owner": "isabelroses", 65 + "repo": "beapkgs", 66 + "type": "github" 67 + } 68 + }, 69 + "beapkgs_3": { 70 + "inputs": { 71 + "nixpkgs": [ 72 + "izvim", 73 + "nixpkgs" 74 + ] 75 + }, 76 + "locked": { 77 + "lastModified": 1740509855, 78 + "narHash": "sha256-MF/avgYLs8JCVGvHUD22gzPZOiYoXxZw8aGB3NwK02c=", 79 + "owner": "isabelroses", 80 + "repo": "beapkgs", 81 + "rev": "e1ad308a6272924280f13b9698a775f60250d4db", 82 + "type": "github" 83 + }, 84 + "original": { 85 + "owner": "isabelroses", 86 + "repo": "beapkgs", 87 + "type": "github" 88 + } 89 + }, 48 90 "blobs": { 49 91 "flake": false, 50 92 "locked": { ··· 327 369 }, 328 370 "ivy": { 329 371 "inputs": { 330 - "beapkgs": [ 331 - "beapkgs" 332 - ], 372 + "beapkgs": "beapkgs_2", 333 373 "neovim-nightly-overlay": "neovim-nightly-overlay", 334 374 "nixpkgs": [ 335 375 "nixpkgs" ··· 354 394 }, 355 395 "izvim": { 356 396 "inputs": { 357 - "beapkgs": [ 358 - "beapkgs" 359 - ], 397 + "beapkgs": "beapkgs_3", 360 398 "nixpkgs": [ 361 399 "nixpkgs" 362 400 ],
-2
flake.nix
··· 208 208 inputs = { 209 209 nixpkgs.follows = "nixpkgs"; 210 210 systems.follows = "systems"; 211 - beapkgs.follows = "beapkgs"; 212 211 }; 213 212 }; 214 213 ··· 220 219 inputs = { 221 220 nixpkgs.follows = "nixpkgs"; 222 221 systems.follows = "systems"; 223 - beapkgs.follows = "beapkgs"; 224 222 }; 225 223 }; 226 224