mirror of
https://codeberg.org/puppe/financier-nix.git
synced 2025-12-20 00:12:17 +01:00
Formatting (nixfmt)
This commit is contained in:
parent
e71e35cb55
commit
c0fd2b96a5
6 changed files with 32 additions and 41 deletions
|
|
@ -3,9 +3,8 @@ with lib;
|
|||
let
|
||||
cfg = config.services.financier;
|
||||
financier-dist = import ./dist.nix { inherit pkgs system; };
|
||||
in
|
||||
{
|
||||
imports = [];
|
||||
in {
|
||||
imports = [ ];
|
||||
|
||||
options.services.financier = {
|
||||
enable = mkEnableOption "Financier";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue