summaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorseth <[email protected]>2023-11-15 03:37:38 -0500
committerseth <[email protected]>2023-11-16 00:15:23 +0000
commitea3b523a37d22e67eaf5019bb8a661a60e82cc31 (patch)
treea8a43a617f5a815ad56f81a89578fe5fc05bfcc1 /flake.lock
parent928d1ab5caa5ad1f6e22a869686c77626e53e7e0 (diff)
flake: use naersk to build cross arch docker images
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock60
1 files changed, 60 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index b4929e9..14b3593 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,26 @@
{
"nodes": {
+ "fenix": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ],
+ "rust-analyzer-src": "rust-analyzer-src"
+ },
+ "locked": {
+ "lastModified": 1699424512,
+ "narHash": "sha256-ysy/MYHkdEhqCSnc8oG9ZS054nCkJgHMORDb1o7NPL8=",
+ "owner": "nix-community",
+ "repo": "fenix",
+ "rev": "dfaf3a97fe595a18bf9d55cda3416c17fe906f0f",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "fenix",
+ "type": "github"
+ }
+ },
"flake-compat": {
"flake": false,
"locked": {
@@ -55,6 +76,26 @@
"type": "github"
}
},
+ "naersk": {
+ "inputs": {
+ "nixpkgs": [
+ "nixpkgs"
+ ]
+ },
+ "locked": {
+ "lastModified": 1698420672,
+ "narHash": "sha256-/TdeHMPRjjdJub7p7+w55vyABrsJlt5QkznPYy55vKA=",
+ "owner": "nix-community",
+ "repo": "naersk",
+ "rev": "aeb58d5e8faead8980a807c840232697982d47b9",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-community",
+ "repo": "naersk",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1699343069,
@@ -119,11 +160,30 @@
},
"root": {
"inputs": {
+ "fenix": "fenix",
+ "naersk": "naersk",
"nixpkgs": "nixpkgs",
"parts": "parts",
"pre-commit": "pre-commit"
}
},
+ "rust-analyzer-src": {
+ "flake": false,
+ "locked": {
+ "lastModified": 1699395221,
+ "narHash": "sha256-FPuZhacqpdozOpTivkkqITt78S8WzFyXxF+LXW14l20=",
+ "owner": "rust-lang",
+ "repo": "rust-analyzer",
+ "rev": "3b7c7f97e4a7bb253a8d398ee4f8346f6cf2817b",
+ "type": "github"
+ },
+ "original": {
+ "owner": "rust-lang",
+ "ref": "nightly",
+ "repo": "rust-analyzer",
+ "type": "github"
+ }
+ },
"systems": {
"locked": {
"lastModified": 1681028828,