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 }:
{
fixMallocPkgs = import ./fixMallocPkgs.nix;
fix_malloc_pkgs = import ./fix_malloc_pkgs.nix;
overlayNixpkgsForThisInstance =
{ pkgs, ... }:

View File

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