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

@ -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