4 lines
118 B
Nix
4 lines
118 B
Nix
{ inputs, outputs, lib, config, pkgs, ... }: {
|
|
imports = [ ./default.nix ];
|
|
deployment = { tags = [ "arm" ]; };
|
|
}
|