From a0307ebb97224f8c458857ae25ede5d3b926dcd6 Mon Sep 17 00:00:00 2001 From: Andrea Ciceri Date: Thu, 10 Oct 2024 17:08:29 +0200 Subject: [PATCH] Don't follow the `nixpkgs` input for `nix-darwin`, otherwise it rebuilds the vm every time --- flake.nix | 1 - 1 file changed, 1 deletion(-) diff --git a/flake.nix b/flake.nix index 28b3f03..bc75454 100644 --- a/flake.nix +++ b/flake.nix @@ -35,7 +35,6 @@ }; nixDarwin = { url = "github:LnL7/nix-darwin"; - inputs.nixpkgs.follows = "nixpkgs"; }; nix-on-droid.url = "github:nix-community/nix-on-droid"; lix = {