Compare commits

..

1 Commits
main ... master

Author SHA1 Message Date
casual
21c3cff09d init 2025-01-29 15:27:13 +03:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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