diff options
| author | Malte Voos <malte@malvo.org> | 2022-05-13 13:21:18 +0200 |
|---|---|---|
| committer | Malte Voos <malte@malvo.org> | 2022-05-13 13:21:18 +0200 |
| commit | c93eae7878325927cd11489de40be35c907c84ca (patch) | |
| tree | db9cd2aafa76c219b827283178e3211f7b54c319 /flake.nix | |
| parent | 785f9e04b123b8fd3b5a6fd0901f4ac5177fd752 (diff) | |
| download | s6-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.nix | 2 |
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; }; } |