mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 16:10:05 +01:00
flake: add aarch64 and darwin system combinations
This commit is contained in:
parent
7201c3229f
commit
7af982c404
1 changed files with 1 additions and 2 deletions
|
|
@ -18,8 +18,7 @@
|
||||||
nixpkgs,
|
nixpkgs,
|
||||||
...
|
...
|
||||||
} @ inputs:
|
} @ inputs:
|
||||||
(inputs.flake-utils.lib.eachSystem ["x86_64-linux"] (
|
(inputs.flake-utils.lib.eachDefaultSystem (
|
||||||
#inputs.flake-utils.lib.eachDefaultSystem (
|
|
||||||
system: let
|
system: let
|
||||||
pkgs = import inputs.nixpkgs {
|
pkgs = import inputs.nixpkgs {
|
||||||
overlays = [
|
overlays = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue