From a434c31af9376c739837b2d1fadaf8c1b84c843e Mon Sep 17 00:00:00 2001 From: Sophie Forrest Date: Wed, 9 Oct 2024 12:35:49 +1300 Subject: chore(flake): improve nix infrastructure --- flake.lock | 55 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 55 insertions(+) (limited to 'flake.lock') 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", -- cgit 1.4.1