summaryrefslogtreecommitdiff
path: root/systems/nixinate.nix
diff options
context:
space:
mode:
Diffstat (limited to 'systems/nixinate.nix')
-rw-r--r--systems/nixinate.nix9
1 files changed, 9 insertions, 0 deletions
diff --git a/systems/nixinate.nix b/systems/nixinate.nix
new file mode 100644
index 0000000..5f1c66f
--- /dev/null
+++ b/systems/nixinate.nix
@@ -0,0 +1,9 @@
+{
+ inputs,
+ self,
+ ...
+}: {
+ perSystem = {system, ...}: {
+ apps = (inputs.nixinate.nixinate.${system} self).nixinate;
+ };
+}