diff options
| author | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-08-14 14:16:56 -0700 |
|---|---|---|
| committer | Irene Knapp <ireneista@internetsafetylabs.org> | 2025-08-14 14:16:56 -0700 |
| commit | 89e48b600b01b21c2fae9c6414ddf66e0c38d7a6 (patch) | |
| tree | c9496b87c281aa5905c7ece0323284994fab56f7 /flake.lock | |
| parent | 20243027e12efb2563d628868f962867dee160dd (diff) | |
create a project skeleton with a nix flake and a Rust executable
I also took the liberty of adding some Rust libraries that I know will be useful Change-Id: Id5d98d86cdce653f6706903b75e285c72f2ba4b4
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock new file mode 100644 index 0000000..4cdf4b6 --- /dev/null +++ b/flake.lock @@ -0,0 +1,43 @@ +{ + "nodes": { + "crane": { + "locked": { + "lastModified": 1754269165, + "narHash": "sha256-0tcS8FHd4QjbCVoxN9jI+PjHgA4vc/IjkUSp+N3zy0U=", + "owner": "ipetkov", + "repo": "crane", + "rev": "444e81206df3f7d92780680e45858e31d2f07a08", + "type": "github" + }, + "original": { + "owner": "ipetkov", + "repo": "crane", + "type": "github" + } + }, + "nixpkgs": { + "locked": { + "lastModified": 1755078291, + "narHash": "sha256-Hu/gTDoi4uy6TAKISPHQusSMy8U6xUbLSDjKBYdhDIY=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "3385ca0cd7e14c1a1eb80401fe011705ff012323", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-25.05", + "repo": "nixpkgs", + "type": "github" + } + }, + "root": { + "inputs": { + "crane": "crane", + "nixpkgs": "nixpkgs" + } + } + }, + "root": "root", + "version": 7 +} |