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