1
0
Fork 0
mirror of https://github.com/nix-community/home-manager synced 2024-12-24 18:59:47 +01:00

home-manager: remove unused attribute

This commit is contained in:
Robert Helgesson 2017-08-27 13:13:43 +02:00
parent b4fff6b9b7
commit 4a17d8ef97
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -84,5 +84,4 @@ in
inherit (module) options config;
activationPackage = module.config.home.activationPackage;
home-path = module.config.home.path;
}