From 19284d9a307e46ea3e26e30c538ddc6460eb481f Mon Sep 17 00:00:00 2001 From: mir Date: Sat, 2 Mar 2024 10:28:28 -0900 Subject: [PATCH] morey more come on make it wooork --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index df79447..a72b557 100644 --- a/flake.nix +++ b/flake.nix @@ -2,7 +2,7 @@ description = "NixOS configuration with Home Manager"; inputs = { nixpkgs.url = "github:nixos/nixpkgs/23.11"; - apple-silicon-support.url = "github:tpwrules/nixos-apple-silicon"; + apple-silicon.url = "github:tpwrules/nixos-apple-silicon"; home-manager = { url = "github:nix-community/home-manager/release-23.11"; inputs.nixpkgs.follows = "nixpkgs";