diff options
| author | seth <[email protected]> | 2024-04-21 19:49:14 +0000 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-04-21 19:49:14 +0000 |
| commit | f6e1aa350d6b23a4ffb63fc859c89b79ec6ce8d0 (patch) | |
| tree | a1c8940feba0f2922cc18a958594c12b622e5efd /flake.lock | |
| parent | ae1dc52060791990f994df6ecfd4960e6ff3fe5c (diff) | |
nix: remove subflake (#174)
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -1,5 +1,26 @@ { "nodes": { + "fenix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "rust-analyzer-src": "rust-analyzer-src" + }, + "locked": { + "lastModified": 1713680591, + "narHash": "sha256-3pbv7UgAgetwz9YdjzIT/lZ6Rgj6wj6MR4mphBLyDjU=", + "owner": "nix-community", + "repo": "fenix", + "rev": "19aaa94a73cc670a4d87e84f0909966cd8f8cd79", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "fenix", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1713442664, @@ -18,8 +39,26 @@ }, "root": { "inputs": { + "fenix": "fenix", "nixpkgs": "nixpkgs" } + }, + "rust-analyzer-src": { + "flake": false, + "locked": { + "lastModified": 1713628977, + "narHash": "sha256-iN5QUlUq527lswmBC+RopfXdu6Xx7mmTaBSH2l59FtM=", + "owner": "rust-lang", + "repo": "rust-analyzer", + "rev": "55d9a533b309119c8acd13061581b43ae8840823", + "type": "github" + }, + "original": { + "owner": "rust-lang", + "ref": "nightly", + "repo": "rust-analyzer", + "type": "github" + } } }, "root": "root", |
