From 52eea570c29519b7619f4871a91b85fd8dd12863 Mon Sep 17 00:00:00 2001 From: mir Date: Sat, 2 Mar 2024 10:49:13 -0900 Subject: [PATCH] update flake --- flake.lock | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }