wrappers/standalone: move module to wrappers/modules

This commit is contained in:
Matt Sturgeon 2024-07-05 16:58:08 +01:00
parent 38d43a740f
commit 517648dac0
No known key found for this signature in database
GPG key ID: 4F91844CED1A8299
2 changed files with 7 additions and 1 deletions

View file

@ -0,0 +1,6 @@
{ lib, ... }:
{
config = {
wrapRc = lib.mkForce true;
};
}

View file

@ -27,7 +27,7 @@ let
evaledModule = lib.evalModules {
modules = [
mod
{ wrapRc = true; }
./modules/standalone.nix
../modules/top-level
];
specialArgs = {