Merge pull request #116 from montchr/patch-1

docs: nix-darwin builder workaround no longer necessary
This commit is contained in:
Gytis Ivaskevicius 2022-03-14 12:27:09 +02:00 committed by GitHub
commit 426c08f19e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -140,8 +140,7 @@ in flake-utils-plus.lib.mkFlake {
hosts.<hostname>.output = "darwinConfigurations";
# System builder. Defaults to `channels.<name>.input.lib.nixosSystem`.
# `removeAttrs` workaround due to this issue https://github.com/LnL7/nix-darwin/issues/319
hosts.<hostname>.builder = args: nix-darwin.lib.darwinSystem (removeAttrs args [ "system" ]);
hosts.<hostname>.builder = nix-darwin.lib.darwinSystem;
#############################