summary refs log tree commit diff
path: root/flake.nix
diff options
context:
space:
mode:
authorMalte Voos <malte@malvo.org>2022-05-13 13:21:18 +0200
committerMalte Voos <malte@malvo.org>2022-05-13 13:21:18 +0200
commitc93eae7878325927cd11489de40be35c907c84ca (patch)
treedb9cd2aafa76c219b827283178e3211f7b54c319 /flake.nix
parent785f9e04b123b8fd3b5a6fd0901f4ac5177fd752 (diff)
downloads6-rc.nix-c93eae7878325927cd11489de40be35c907c84ca.tar.gz
s6-rc.nix-c93eae7878325927cd11489de40be35c907c84ca.zip
nixos module for non-nixos systems (s6-rc config only)
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/flake.nix b/flake.nix
index 8c4dc5c..0a1e899 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,5 +1,5 @@
 {
-  outputs = { ... }: {
+  outputs = { self }: {
     nixosModule = import ./module.nix;
   };
 }