diff options
| author | Sophie Forrest <git@sophieforrest.com> | 2024-10-09 12:35:49 +1300 |
|---|---|---|
| committer | Sophie Forrest <git@sophieforrest.com> | 2024-10-09 12:35:49 +1300 |
| commit | a434c31af9376c739837b2d1fadaf8c1b84c843e (patch) | |
| tree | a4b21d68dc81fe61005503beb93ad58ce599d9df /flake.lock | |
| parent | 9518e130263dd547eaee66b6cae846809ba2d160 (diff) | |
chore(flake): improve nix infrastructure
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 55 |
1 files changed, 55 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock index ebd3e0a..8312692 100644 --- a/flake.lock +++ b/flake.lock @@ -1,5 +1,21 @@ { "nodes": { + "advisory-db": { + "flake": false, + "locked": { + "lastModified": 1727881133, + "narHash": "sha256-nnfwJjLA0uVIBgrGNYt9ButjBQFyj/I6MohQUHhJ78A=", + "owner": "rustsec", + "repo": "advisory-db", + "rev": "a68ca4a1ec3950da7c82c522e8cfc424e28ca7f0", + "type": "github" + }, + "original": { + "owner": "rustsec", + "repo": "advisory-db", + "type": "github" + } + }, "cachix": { "inputs": { "devenv": "devenv_2", @@ -30,6 +46,21 @@ "type": "github" } }, + "crane": { + "locked": { + "lastModified": 1728344376, + "narHash": "sha256-lxTce2XE6mfJH8Zk6yBbqsbu9/jpwdymbSH5cCbiVOA=", + "owner": "ipetkov", + "repo": "crane", + "rev": "fd86b78f5f35f712c72147427b1eb81a9bd55d0b", + "type": "github" + }, + "original": { + "owner": "ipetkov", + "repo": "crane", + "type": "github" + } + }, "devenv": { "inputs": { "cachix": "cachix", @@ -83,6 +114,27 @@ "type": "github" } }, + "fenix": { + "inputs": { + "nixpkgs": [ + "nixpkgs" + ], + "rust-analyzer-src": [] + }, + "locked": { + "lastModified": 1728369208, + "narHash": "sha256-5B1ugdw1apI/eW6g0eDvC0xXX/aSQwbE/uld62TmNG8=", + "owner": "nix-community", + "repo": "fenix", + "rev": "1938b54a55c1cab94be7b9d8dbaf58007a607e24", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "fenix", + "type": "github" + } + }, "flake-compat": { "flake": false, "locked": { @@ -485,7 +537,10 @@ }, "root": { "inputs": { + "advisory-db": "advisory-db", + "crane": "crane", "devenv": "devenv", + "fenix": "fenix", "flake-parts": "flake-parts", "mk-shell-bin": "mk-shell-bin", "nix2container": "nix2container", |