tree-wide: no need to set hostPlatform

This commit is contained in:
Primrose 2025-05-27 21:24:38 +02:00
parent cd30c76bd7
commit 1fc0e49eda
Signed by: primrose
GPG key ID: 4E887A4CA9714ADA
3 changed files with 0 additions and 6 deletions

View file

@ -1,5 +1,4 @@
let
system = "x86_64-linux";
self = import ../../default.nix {};
#
# Note:
@ -30,7 +29,6 @@ in
};
nixpkgs = {
hostPlatform = system;
overlays = [self.overlays.default self.overlays.packages'];
};

View file

@ -4,7 +4,6 @@ let
hostname = "tungsten";
username = "leana";
system = "x86_64-linux";
in
{
config,
@ -30,7 +29,6 @@ in
#
{
nixpkgs = {
hostPlatform = system;
overlays = map import [
../overlays/agenix.nix
../overlays/disko.nix

View file

@ -4,7 +4,6 @@ let
hostname = "vanadium";
username = "leana";
system = "x86_64-linux";
in
{
config,
@ -36,7 +35,6 @@ in
rocmSupport = true;
};
hostPlatform = system;
overlays = map import [
../overlays/agenix.nix
../overlays/disko.nix