From ac2c6322416f54f2e7fa81b5072374eea580db18 Mon Sep 17 00:00:00 2001 From: mir Date: Sat, 2 Mar 2024 13:16:28 -0900 Subject: [PATCH] apple silicon follow unstable? --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index f568e20..9f1a738 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ # nixpkgs-unstable.url = "github:nixos/nixpkgs/unstable"; apple-silicon = { url = "github:tpwrules/nixos-apple-silicon"; - # nixpkgs.follows = "nixpkgs-unstable"; + nixpkgs.follows = nixpkgs-unstable; }; home-manager = { url = "github:nix-community/home-manager/release-23.11";