Skip to content

Commit

Permalink
Merge pull request #25 from DeterminateSystems/grahamc-patch-1
Browse files Browse the repository at this point in the history
Include the NixOS system as the forSystem
  • Loading branch information
edolstra authored Jul 11, 2024
2 parents d93606b + 758250d commit c0151f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -252,6 +252,7 @@
{
what = "NixOS configuration";
derivation = machine.config.system.build.toplevel;
forSystems = [ machine.pkgs.system ];
})
output);
};
Expand Down

0 comments on commit c0151f6

Please sign in to comment.