From dde860b9ef92c8e796ebe30bdcf7d97af5369bba Mon Sep 17 00:00:00 2001 From: mir Date: Sat, 2 Mar 2024 13:23:59 -0900 Subject: [PATCH] okay a thunk is not the right type apparently: --- flake.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/flake.nix b/flake.nix index c968bcf..989b1ee 100644 --- a/flake.nix +++ b/flake.nix @@ -5,7 +5,7 @@ nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-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";