diff options
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 60 |
1 files changed, 60 insertions, 0 deletions
@@ -1,5 +1,26 @@ { "nodes": { + "fenix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "rust-analyzer-src": "rust-analyzer-src" + }, + "locked": { + "lastModified": 1699424512, + "narHash": "sha256-ysy/MYHkdEhqCSnc8oG9ZS054nCkJgHMORDb1o7NPL8=", + "owner": "nix-community", + "repo": "fenix", + "rev": "dfaf3a97fe595a18bf9d55cda3416c17fe906f0f", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "fenix", + "type": "github" + } + }, "flake-compat": { "flake": false, "locked": { @@ -55,6 +76,26 @@ "type": "github" } }, + "naersk": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ] + }, + "locked": { + "lastModified": 1698420672, + "narHash": "sha256-/TdeHMPRjjdJub7p7+w55vyABrsJlt5QkznPYy55vKA=", + "owner": "nix-community", + "repo": "naersk", + "rev": "aeb58d5e8faead8980a807c840232697982d47b9", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "naersk", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1699343069, @@ -119,11 +160,30 @@ }, "root": { "inputs": { + "fenix": "fenix", + "naersk": "naersk", "nixpkgs": "nixpkgs", "parts": "parts", "pre-commit": "pre-commit" } }, + "rust-analyzer-src": { + "flake": false, + "locked": { + "lastModified": 1699395221, + "narHash": "sha256-FPuZhacqpdozOpTivkkqITt78S8WzFyXxF+LXW14l20=", + "owner": "rust-lang", + "repo": "rust-analyzer", + "rev": "3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b", + "type": "github" + }, + "original": { + "owner": "rust-lang", + "ref": "nightly", + "repo": "rust-analyzer", + "type": "github" + } + }, "systems": { "locked": { "lastModified": 1681028828, |
