/ flake.lock
flake.lock
1 { 2 "nodes": { 3 "fenix": { 4 "inputs": { 5 "nixpkgs": [ 6 "nixpkgs" 7 ], 8 "rust-analyzer-src": "rust-analyzer-src" 9 }, 10 "locked": { 11 "lastModified": 1730183653, 12 "narHash": "sha256-dcJGcoDgNBxTagW8kECwBKsRBA1ZITtQ+p3N6KHg5ps=", 13 "owner": "nix-community", 14 "repo": "fenix", 15 "rev": "dc19afc39af5f5e69fca78ebae59170e61017df8", 16 "type": "github" 17 }, 18 "original": { 19 "owner": "nix-community", 20 "repo": "fenix", 21 "type": "github" 22 } 23 }, 24 "flake-utils": { 25 "inputs": { 26 "systems": "systems" 27 }, 28 "locked": { 29 "lastModified": 1726560853, 30 "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=", 31 "owner": "numtide", 32 "repo": "flake-utils", 33 "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a", 34 "type": "github" 35 }, 36 "original": { 37 "owner": "numtide", 38 "repo": "flake-utils", 39 "type": "github" 40 } 41 }, 42 "nixpkgs": { 43 "locked": { 44 "lastModified": 1728492678, 45 "narHash": "sha256-9UTxR8eukdg+XZeHgxW5hQA9fIKHsKCdOIUycTryeVw=", 46 "path": "/nix/store/60sn02zhawl3kwn0r515zff3h6hg6ydz-source", 47 "rev": "5633bcff0c6162b9e4b5f1264264611e950c8ec7", 48 "type": "path" 49 }, 50 "original": { 51 "id": "nixpkgs", 52 "type": "indirect" 53 } 54 }, 55 "root": { 56 "inputs": { 57 "fenix": "fenix", 58 "flake-utils": "flake-utils", 59 "nixpkgs": "nixpkgs" 60 } 61 }, 62 "rust-analyzer-src": { 63 "flake": false, 64 "locked": { 65 "lastModified": 1730123801, 66 "narHash": "sha256-11FMcPraLSKuvfFF4OzmKWSKE5zXAzFqZOi3k/8/HFg=", 67 "owner": "rust-lang", 68 "repo": "rust-analyzer", 69 "rev": "cf8f950baab30f335917b177536d2d73e0aaa1ae", 70 "type": "github" 71 }, 72 "original": { 73 "owner": "rust-lang", 74 "ref": "nightly", 75 "repo": "rust-analyzer", 76 "type": "github" 77 } 78 }, 79 "systems": { 80 "locked": { 81 "lastModified": 1681028828, 82 "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", 83 "owner": "nix-systems", 84 "repo": "default", 85 "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", 86 "type": "github" 87 }, 88 "original": { 89 "owner": "nix-systems", 90 "repo": "default", 91 "type": "github" 92 } 93 } 94 }, 95 "root": "root", 96 "version": 7 97 }