diff --git a/flake.lock b/flake.lock index fcec8ed..49a9b33 100644 --- a/flake.lock +++ b/flake.lock @@ -1,6 +1,6 @@ { "nodes": { - "apple-silicon-support": { + "apple-silicon": { "inputs": { "flake-compat": "flake-compat", "nixpkgs": "nixpkgs", @@ -90,7 +90,7 @@ }, "root": { "inputs": { - "apple-silicon-support": "apple-silicon-support", + "apple-silicon": "apple-silicon", "home-manager": "home-manager", "nixpkgs": "nixpkgs_2" }