1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-11-08 19:46:05 +01:00
home-manager/tests/modules/misc/nix-remote-build/empty-settings.nix
2025-09-19 08:33:40 -05:00

11 lines
158 B
Nix

{ config, ... }:
{
nix = {
package = config.lib.test.mkStubPackage { };
};
nmt.script = ''
assertPathNotExists home-files/.config/nix
'';
}