Skip to content

Commit

Permalink
fix: include hostPlatform
Browse files Browse the repository at this point in the history
  • Loading branch information
tcarrio committed Nov 25, 2024
1 parent 0ba97d1 commit 0064f49
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions nixos/server/nix-proxy-droplet/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -111,4 +111,6 @@ in
};
};
};

nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
}

0 comments on commit 0064f49

Please sign in to comment.