mirror of
https://github.com/TECHNOFAB11/kubenix.git
synced 2025-12-12 08:00:06 +01:00
only x86_64-linux
This commit is contained in:
parent
e7227cfe8c
commit
836fe9abd0
2 changed files with 6 additions and 3 deletions
|
|
@ -12,7 +12,8 @@
|
|||
nixpkgs,
|
||||
...
|
||||
} @ inputs:
|
||||
(inputs.flake-utils.lib.eachDefaultSystem (
|
||||
(inputs.flake-utils.lib.eachSystem ["x86_64-linux"](
|
||||
#inputs.flake-utils.lib.eachDefaultSystem (
|
||||
system: let
|
||||
pkgs = import inputs.nixpkgs {
|
||||
overlays = [
|
||||
|
|
@ -57,7 +58,7 @@
|
|||
}
|
||||
attrs');
|
||||
in {
|
||||
inherit evalModules;
|
||||
inherit evalModules pkgs;
|
||||
|
||||
jobs = import ./jobs {inherit pkgs;};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue