Skip to content

Commit

Permalink
Merge pull request #29 from DeterminateSystems/for-systems
Browse files Browse the repository at this point in the history
homeConfigurations, darwinConfigurations: set forSystems
  • Loading branch information
grahamc authored Jul 24, 2024
2 parents 11abd30 + d355976 commit fa4dcab
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -281,6 +281,7 @@
{
what = "Home Manager configuration";
derivation = this.activationPackage;
forSystems = [ this.activationPackage.system ];
})
output);
};
Expand All @@ -295,6 +296,7 @@
{
what = "nix-darwin configuration";
derivation = this.system;
forSystems = [ this.system.system ];
})
output);
};
Expand Down

0 comments on commit fa4dcab

Please sign in to comment.