too lazy to think of a message, so enjoy this pointless text. Good luck future me...
Some checks failed
Test action / Print hello world (push) Has been cancelled
Some checks failed
Test action / Print hello world (push) Has been cancelled
This commit is contained in:
parent
7eb1d50c54
commit
9555430a3e
1 changed files with 2 additions and 2 deletions
|
|
@ -1,14 +1,14 @@
|
||||||
{ moduleWithSystem, ... }:
|
{ moduleWithSystem, ... }:
|
||||||
{
|
{
|
||||||
flake.nixosModules.default = moduleWithSystem (
|
flake.nixosModules.default = moduleWithSystem (
|
||||||
perSystem@{ config, lib, pkgs, utils, ... }:
|
perSystem@{ lib, pkgs, utils, ... }:
|
||||||
nixos@{ self, ... }:
|
nixos@{ self, ... }:
|
||||||
let
|
let
|
||||||
inherit (lib) mkEnableOption mkPackageOption mkOption mkIf types;
|
inherit (lib) mkEnableOption mkPackageOption mkOption mkIf types;
|
||||||
|
|
||||||
format = pkgs.formats.json {};
|
format = pkgs.formats.json {};
|
||||||
|
|
||||||
cfg = config.services.amarth-customer-portal;
|
cfg = self.services.amarth-customer-portal;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
options.services.amarth-customer-portal = {
|
options.services.amarth-customer-portal = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue