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 let
system = "x86_64-linux";
self = import ../../default.nix {}; self = import ../../default.nix {};
# #
# Note: # Note:
@ -30,7 +29,6 @@ in
}; };
nixpkgs = { nixpkgs = {
hostPlatform = system;
overlays = [self.overlays.default self.overlays.packages']; overlays = [self.overlays.default self.overlays.packages'];
}; };

View file

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

View file

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