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:
parent
556fe3488e
commit
8df4139f17
1 changed files with 3 additions and 1 deletions
|
|
@ -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; };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue