1
0
Fork 0
mirror of https://github.com/nix-community/home-manager.git synced 2025-04-13 15:57:47 +00:00
home-manager/tests/modules/home-environment/use-user-packages.nix

8 lines
188 B
Nix
Raw Normal View History

{
home.useUserPackages = true;
test.asserts.warnings.expected = [
"You have enabled `home.useUserPackages`, but this option has no effect outside of NixOS configurations."
];
}