Skip to content

Commit

Permalink
Add x86 output
Browse files Browse the repository at this point in the history
  • Loading branch information
josh authored Aug 17, 2024
1 parent 9692708 commit a1afd7a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
packages.aarch64-linux.default =
self.nixosConfigurations.nixos.config.system.build.tarballBuilder;

packages.x86_64-linux.default =
self.nixosConfigurations.nixos.config.system.build.tarballBuilder;

nixosConfigurations.nixos = nixpkgs.lib.nixosSystem {
system = "aarch64-linux";
modules = [
Expand Down

0 comments on commit a1afd7a

Please sign in to comment.