Use system architecture reported by nixos-facter

This commit is contained in:
Pim Kunis 2024-11-04 22:44:26 +01:00
parent 2a63bee83b
commit 6b80438243
9 changed files with 4 additions and 18 deletions

View file

@ -29,7 +29,7 @@
overlays = [
(final: _prev: {
unstable = import inputs.nixpkgs-unstable {
system = machine.arch;
system = config.nixpkgs.hostPlatform.system;
};
})
];

View file

@ -1,5 +1,4 @@
{
self,
inputs,
pkgs,
lib,