Don't follow the nixpkgs input for nix-darwin, otherwise it rebuilds the vm every time

This commit is contained in:
Andrea Ciceri 2024-10-10 17:08:29 +02:00
parent d710638278
commit a0307ebb97
Signed by: aciceri
SSH key fingerprint: SHA256:/AagBweyV4Hlfg9u092n8hbHwD5fcB6A3qhDiDA65Rg

View file

@ -35,7 +35,6 @@
}; };
nixDarwin = { nixDarwin = {
url = "github:LnL7/nix-darwin"; url = "github:LnL7/nix-darwin";
inputs.nixpkgs.follows = "nixpkgs";
}; };
nix-on-droid.url = "github:nix-community/nix-on-droid"; nix-on-droid.url = "github:nix-community/nix-on-droid";
lix = { lix = {