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'];
};