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