Skip to content

Commit

Permalink
templates: guard all templates against unexpected arguments
Browse files Browse the repository at this point in the history
User might include inputs for overriding input dependencies without
actually using those.
  • Loading branch information
Mic92 committed Apr 11, 2024
1 parent a210132 commit bc101ac
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 2 deletions.
1 change: 1 addition & 0 deletions templates/targets/aarch64/nvidia/orin-agx/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
nixpkgs,
jetpack-nixos,
flake-utils,
...
}: let
systems = with flake-utils.lib.system; [
x86_64-linux
Expand Down
1 change: 1 addition & 0 deletions templates/targets/aarch64/nvidia/orin-nx/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
nixpkgs,
jetpack-nixos,
flake-utils,
...
}: let
systems = with flake-utils.lib.system; [
x86_64-linux
Expand Down
1 change: 1 addition & 0 deletions templates/targets/aarch64/nxp/imx8/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
ghaf,
nixpkgs,
flake-utils,
...
}: let
systems = with flake-utils.lib.system; [
x86_64-linux
Expand Down
1 change: 1 addition & 0 deletions templates/targets/riscv64/microchip/polarfire/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@
ghaf,
nixpkgs,
flake-utils,
...
}: let
systems = with flake-utils.lib.system; [
x86_64-linux
Expand Down
3 changes: 1 addition & 2 deletions templates/targets/x86_64/generic/flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@
ghaf,
nixpkgs,
flake-utils,
# deadnix: skip
nixos-hardware,
...
}: let
systems = with flake-utils.lib.system; [
x86_64-linux
Expand Down

0 comments on commit bc101ac

Please sign in to comment.