mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29:19 -08:00
project-wide: nixdirfmt
This commit is contained in:
parent
aa1f72eeca
commit
53f9ff3730
12 changed files with 70 additions and 79 deletions
|
|
@ -1,7 +1,6 @@
|
|||
{ sources, lib, ... }:
|
||||
|
||||
let
|
||||
hexchen = (import sources.nix-hexchen) {};
|
||||
let hexchen = (import sources.nix-hexchen) { };
|
||||
in {
|
||||
imports = [
|
||||
./deploy
|
||||
|
|
@ -12,6 +11,6 @@ in {
|
|||
];
|
||||
|
||||
# stubs for hexchens modules, until more generalized
|
||||
options.hexchen.dns = lib.mkOption {};
|
||||
options.hexchen.deploy = lib.mkOption {};
|
||||
options.hexchen.dns = lib.mkOption { };
|
||||
options.hexchen.deploy = lib.mkOption { };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue