configurations for my servers and desktops
nix nixos flake dots dotfiles

flake.lock: Update

Flake lock file updates:

• Updated input 'tangled':
'git+https://tangled.org/tangled.org/core?ref=refs/heads/master&rev=ae3c820543b2e0504fd4f251e76a861d24f7d36c' (2026-03-10)
→ 'git+https://tangled.org/tangled.org/core?ref=refs/heads/master&rev=a312d4a8f29c01cd5f5034cb5a5f8fca04449a6c' (2026-03-11)
• Added input 'tangled/fenix':
'github:nix-community/fenix/92d91250c1acd59beabc51208192adc92f31aeb5?narHash=sha256-Yjo/QCJvY9GUhAzwac/m6Rx3oxvRyEaiT5DQ5o%2BT6g4%3D' (2026-02-27)
• Added input 'tangled/fenix/nixpkgs':
follows 'tangled/nixpkgs'
• Added input 'tangled/fenix/rust-analyzer-src':
'github:rust-lang/rust-analyzer/56b59a832858329c2f947f9b7bdf1a49da39c981?narHash=sha256-TiVs6OUBJEvajHdJZ5nIq0KognNJooUWuLGPFfQacSw%3D' (2026-02-26)
• Updated input 'tangled/nixpkgs':
'github:nixos/nixpkgs/c6245e83d836d0433170a16eb185cefe0572f8b8?narHash=sha256-G/WVghka6c4bAzMhTwT2vjLccg/awmHkdKSd2JrycLc%3D' (2025-12-18)
→ 'github:nixos/nixpkgs/2fc6539b481e1d2569f25f8799236694180c0993?narHash=sha256-0MAd%2B0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU%3D' (2026-02-23)

+47 -7
+47 -7
flake.lock
··· 80 80 "type": "github" 81 81 } 82 82 }, 83 + "fenix": { 84 + "inputs": { 85 + "nixpkgs": [ 86 + "tangled", 87 + "nixpkgs" 88 + ], 89 + "rust-analyzer-src": "rust-analyzer-src" 90 + }, 91 + "locked": { 92 + "lastModified": 1772176312, 93 + "narHash": "sha256-Yjo/QCJvY9GUhAzwac/m6Rx3oxvRyEaiT5DQ5o+T6g4=", 94 + "owner": "nix-community", 95 + "repo": "fenix", 96 + "rev": "92d91250c1acd59beabc51208192adc92f31aeb5", 97 + "type": "github" 98 + }, 99 + "original": { 100 + "owner": "nix-community", 101 + "repo": "fenix", 102 + "type": "github" 103 + } 104 + }, 83 105 "flake-compat": { 84 106 "flake": false, 85 107 "locked": { ··· 477 499 }, 478 500 "nixpkgs_7": { 479 501 "locked": { 480 - "lastModified": 1766070988, 481 - "narHash": "sha256-G/WVghka6c4bAzMhTwT2vjLccg/awmHkdKSd2JrycLc=", 502 + "lastModified": 1771848320, 503 + "narHash": "sha256-0MAd+0mun3K/Ns8JATeHT1sX28faLII5hVLq0L3BdZU=", 482 504 "owner": "nixos", 483 505 "repo": "nixpkgs", 484 - "rev": "c6245e83d836d0433170a16eb185cefe0572f8b8", 506 + "rev": "2fc6539b481e1d2569f25f8799236694180c0993", 485 507 "type": "github" 486 508 }, 487 509 "original": { ··· 499 521 "nix-darwin": "nix-darwin", 500 522 "nixpkgs": "nixpkgs_6", 501 523 "tangled": "tangled" 524 + } 525 + }, 526 + "rust-analyzer-src": { 527 + "flake": false, 528 + "locked": { 529 + "lastModified": 1772094427, 530 + "narHash": "sha256-TiVs6OUBJEvajHdJZ5nIq0KognNJooUWuLGPFfQacSw=", 531 + "owner": "rust-lang", 532 + "repo": "rust-analyzer", 533 + "rev": "56b59a832858329c2f947f9b7bdf1a49da39c981", 534 + "type": "github" 535 + }, 536 + "original": { 537 + "owner": "rust-lang", 538 + "ref": "nightly", 539 + "repo": "rust-analyzer", 540 + "type": "github" 502 541 } 503 542 }, 504 543 "sqlite-lib-src": { ··· 577 616 "tangled": { 578 617 "inputs": { 579 618 "actor-typeahead-src": "actor-typeahead-src", 619 + "fenix": "fenix", 580 620 "flake-compat": "flake-compat_2", 581 621 "gomod2nix": "gomod2nix", 582 622 "htmx-src": "htmx-src", ··· 590 630 "sqlite-lib-src": "sqlite-lib-src" 591 631 }, 592 632 "locked": { 593 - "lastModified": 1773147218, 594 - "narHash": "sha256-L2FUTaVxNjob5sxA4TTTedqDyvrPI31c8GSY0hUksKE=", 633 + "lastModified": 1773252285, 634 + "narHash": "sha256-mblZnFvmizmwnQ3KeLKBKIdx1WdsiNGDgppazTTQOHo=", 595 635 "ref": "refs/heads/master", 596 - "rev": "ae3c820543b2e0504fd4f251e76a861d24f7d36c", 597 - "revCount": 2031, 636 + "rev": "a312d4a8f29c01cd5f5034cb5a5f8fca04449a6c", 637 + "revCount": 2055, 598 638 "type": "git", 599 639 "url": "https://tangled.org/tangled.org/core" 600 640 },