aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorCody Hiar <cody@hiar.ca>2023-07-03 12:42:08 -0600
committerCody Hiar <cody@hiar.ca>2023-07-03 12:42:08 -0600
commit4e1d414208f7884d5b28ddbb99d75b134ad1087b (patch)
tree1802d25ddc2dd1ee5a37098b344171275fc69a37 /flake.lock
parente2f6f268674a2c66cf57e9c5a1e4a81e30d8875f (diff)
Initial stab at adding multi architecture support
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock34
1 files changed, 34 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
index e1cbfa5..c516da4 100644
--- a/flake.lock
+++ b/flake.lock
@@ -1,5 +1,23 @@
{
"nodes": {
+ "flake-utils": {
+ "inputs": {
+ "systems": "systems"
+ },
+ "locked": {
+ "lastModified": 1687709756,
+ "narHash": "sha256-Y5wKlQSkgEK2weWdOu4J3riRd+kV/VCgHsqLNTTWQ/0=",
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "rev": "dbabf0ca0c0c4bce6ea5eaf65af5cb694d2082c7",
+ "type": "github"
+ },
+ "original": {
+ "owner": "numtide",
+ "repo": "flake-utils",
+ "type": "github"
+ }
+ },
"nixpkgs": {
"locked": {
"lastModified": 1687898314,
@@ -17,8 +35,24 @@
},
"root": {
"inputs": {
+ "flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}
+ },
+ "systems": {
+ "locked": {
+ "lastModified": 1681028828,
+ "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
+ "owner": "nix-systems",
+ "repo": "default",
+ "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nix-systems",
+ "repo": "default",
+ "type": "github"
+ }
}
},
"root": "root",