init
This commit is contained in:
parent
8c08adcbed
commit
21c3cff09d
@ -1,7 +1,7 @@
|
|||||||
{ overlays }:
|
{ overlays }:
|
||||||
|
|
||||||
{
|
{
|
||||||
fix_malloc_pkgs = import ./fix_malloc_pkgs.nix;
|
fixMallocPkgs = import ./fixMallocPkgs.nix;
|
||||||
|
|
||||||
overlayNixpkgsForThisInstance =
|
overlayNixpkgsForThisInstance =
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
@ -9,7 +9,7 @@ with lib;
|
|||||||
|
|
||||||
let
|
let
|
||||||
|
|
||||||
cfg = config.services.fix_malloc_pkgs;
|
cfg = config.services.fixMallocPkgs;
|
||||||
|
|
||||||
in
|
in
|
||||||
|
|
||||||
@ -17,7 +17,7 @@ in
|
|||||||
###### interface
|
###### interface
|
||||||
options = {
|
options = {
|
||||||
|
|
||||||
services.fix_malloc_pkgs = rec {
|
services.fixMallocPkgs = rec {
|
||||||
|
|
||||||
enable = mkOption {
|
enable = mkOption {
|
||||||
type = types.bool;
|
type = types.bool;
|
Loading…
Reference in New Issue
Block a user