diff options
author | Maxwell Beck <max@rastertail.net> | 2025-03-30 15:46:30 -0500 |
---|---|---|
committer | Maxwell Beck <max@rastertail.net> | 2025-03-30 15:46:30 -0500 |
commit | 1d888631c3e4c423c2b782b01ca29fc1057c51a2 (patch) | |
tree | c43e996ea16b577ee7a02b5d4f97ecf99dde033c /flake.lock |
Initial commit
Diffstat (limited to 'flake.lock')
-rw-r--r-- | flake.lock | 66 |
1 files changed, 66 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..6102570 --- /dev/null +++ b/flake.lock @@ -0,0 +1,66 @@ +{ + "nodes": { + "fenix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "rust-analyzer-src": "rust-analyzer-src" + }, + "locked": { + "lastModified": 1742279664, + "narHash": "sha256-K/gD8271/eRjwks4EX1fLHCjb4UzdUqDCGdwNh4TwIw=", + "owner": "nix-community", + "repo": "fenix", + "rev": "193dcb4e6edb3ba927f4d88b8b1fe65b9e5368c3", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "fenix", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1742268799, + "narHash": "sha256-IhnK4LhkBlf14/F8THvUy3xi/TxSQkp9hikfDZRD4Ic=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "da044451c6a70518db5b730fe277b70f494188f1", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-24.11", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "fenix": "fenix", + "nixpkgs": "nixpkgs" + } + }, + "rust-analyzer-src": { + "flake": false, + "locked": { + "lastModified": 1742249107, + "narHash": "sha256-3jVOcCZgXBvQ2HsjgHXmZow9/3d1K4oRwVyvhYfnvyg=", + "owner": "rust-lang", + "repo": "rust-analyzer", + "rev": "31e412c290f6ff6de4548e94e187477f072b179e", + "type": "github" + }, + "original": { + "owner": "rust-lang", + "ref": "nightly", + "repo": "rust-analyzer", + "type": "github" + } + } + }, + "root": "root", + "version": 7 +} |