move options out of config

This commit is contained in:
Richard Mauer 2025-01-01 19:39:15 -05:00
parent 235ac07b77
commit d2e13171a1

View File

@ -11,11 +11,12 @@ in {
../quickly.nix ../quickly.nix
../installer/installer.nix ../installer/installer.nix
]; ];
config = {
# moduleArgs.installFiles = installFiles; # moduleArgs.installFiles = installFiles;
options.customPkgs.installFiles = lib.mkOption { options.customPkgs.installFiles = lib.mkOption {
type = lib.types.package; type = lib.types.package;
}; };
config = {
#customPkgs.installFiles = pkgs.runCommand "installFiles" {} '' #customPkgs.installFiles = pkgs.runCommand "installFiles" {} ''
# mkdir -p $out # mkdir -p $out