List systems explicitly

I'm just using x86_64-linux systems right now and explicitly listing the
systems makes things easier for now.
This commit is contained in:
Jakob Lechner 2022-04-27 10:32:05 +00:00
parent 556fe3488e
commit 8df4139f17
No known key found for this signature in database
GPG key ID: 996082EFB5906C10

View file

@ -25,7 +25,9 @@
, nur
, nix-pre-commit-hooks
, ...
}@inputs: flake-utils.lib.eachDefaultSystem
}@inputs: flake-utils.lib.eachSystem [
"x86_64-linux"
]
(system:
let
pkgs = import nixpkgs { inherit system; };