Skip to content

Commit

Permalink
Refactor mini.nix: Update darwinConfigurations in flake.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwclark committed Nov 11, 2024
1 parent 2275f89 commit 2a6de63
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
} @ inputs:
let
inherit (self) outputs;
lib = nixpkgs.lib // home-manager.lib; # // nix-darwin.lib
lib = nixpkgs.lib // home-manager.lib; # // nix-darwin.lib
forEachSystem = f: lib.genAttrs (import systems) (system: f pkgsFor.${system});
pkgsFor = lib.genAttrs (import systems) (
system:
Expand Down Expand Up @@ -127,6 +127,7 @@

darwinConfigurations = {
mini = nix-darwin.lib.darwinSystem {
system = "aarch64-darwin";
specialArgs = {
inherit inputs outputs;
};
Expand Down

0 comments on commit 2a6de63

Please sign in to comment.