aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorAria Shrimpton <me@aria.rip>2024-01-25 21:21:09 +0000
committerAria Shrimpton <me@aria.rip>2024-01-25 21:21:09 +0000
commit983a1f5504512e9255d2bfa55cb9e5b4f904e78b (patch)
treeffed17498e4011be253ffe1b3a6b8a4ca53772bf /flake.lock
parentf876d3e0ee856e5c50e4665f2874d58c06887310 (diff)
add docker image
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock78
1 files changed, 77 insertions, 1 deletions
diff --git a/flake.lock b/flake.lock
index 5853cdd..64c36c7 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,43 @@
{
"nodes": {
+ "crane": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1705974079,
+ "narHash": "sha256-HyC3C2esW57j6bG0MKwX4kQi25ltslRnr6z2uvpadJo=",
+ "owner": "ipetkov",
+ "repo": "crane",
+ "rev": "0b4e511fe6e346381e31d355e03de52aa43e8cb2",
+ "type": "github"
+ },
+ "original": {
+ "owner": "ipetkov",
+ "repo": "crane",
+ "type": "github"
+ }
+ },
+ "flake-utils": {
+ "inputs": {
+ "systems": "systems"
+ },
+ "locked": {
+ "lastModified": 1681202837,
+ "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "cfacdce06f30d2b68473a46042957675eebb3401",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1703467016,
@@ -16,7 +54,45 @@
},
"root": {
"inputs": {
- "nixpkgs": "nixpkgs"
+ "crane": "crane",
+ "nixpkgs": "nixpkgs",
+ "rust-overlay": "rust-overlay"
+ }
+ },
+ "rust-overlay": {
+ "inputs": {
+ "flake-utils": "flake-utils",
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1706149103,
+ "narHash": "sha256-Me28A0tAb1EzZIozfi31+hnsQIaYU0HXaMPWCe+zByc=",
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "rev": "493cc67d5e9f1b298241b8d92aa06883296acc3f",
+ "type": "github"
+ },
+ "original": {
+ "owner": "oxalica",
+ "repo": "rust-overlay",
+ "type": "github"
+ }
+ },
+ "systems": {
+ "locked": {
+ "lastModified": 1681028828,
+ "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
+ "owner": "nix-systems",
+ "repo": "default",
+ "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-systems",
+ "repo": "default",
+ "type": "github"
}
}
},