Use system architecture reported by nixos-facter
This commit is contained in:
parent
2a63bee83b
commit
6b80438243
9 changed files with 4 additions and 18 deletions
|
@ -29,7 +29,7 @@
|
|||
overlays = [
|
||||
(final: _prev: {
|
||||
unstable = import inputs.nixpkgs-unstable {
|
||||
system = machine.arch;
|
||||
system = config.nixpkgs.hostPlatform.system;
|
||||
};
|
||||
})
|
||||
];
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{
|
||||
self,
|
||||
inputs,
|
||||
pkgs,
|
||||
lib,
|
||||
|
|
Reference in a new issue