This commit is contained in:
casual 2025-01-29 15:27:13 +03:00
parent 8c08adcbed
commit 21c3cff09d
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
{ overlays }:
{
fix_malloc_pkgs = import ./fix_malloc_pkgs.nix;
fixMallocPkgs = import ./fixMallocPkgs.nix;
overlayNixpkgsForThisInstance =
{ pkgs, ... }:

View File

@ -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;