Compare commits

..

No commits in common. "master" and "main" have entirely different histories.
master ... main

2 changed files with 3 additions and 3 deletions

View File

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

View File

@ -9,7 +9,7 @@ with lib;
let let
cfg = config.services.fixMallocPkgs; cfg = config.services.fix_malloc_pkgs;
in in
@ -17,7 +17,7 @@ in
###### interface ###### interface
options = { options = {
services.fixMallocPkgs = rec { services.fix_malloc_pkgs = rec {
enable = mkOption { enable = mkOption {
type = types.bool; type = types.bool;