mirror of
https://github.com/nix-community/home-manager.git
synced 2026-01-12 01:59:37 +08:00
Move integration-common.nix to nixos/common.nix
This commit is contained in:
committed by
Robert Helgesson
parent
69e804839e
commit
586ac1fd58
@@ -7,7 +7,7 @@ let
|
||||
cfg = config.home-manager;
|
||||
|
||||
in {
|
||||
imports = [ ../integration-common.nix ];
|
||||
imports = [ ../nixos/common.nix ];
|
||||
|
||||
config = mkMerge [
|
||||
{ home-manager.extraSpecialArgs.darwinConfig = config; }
|
||||
|
||||
Reference in New Issue
Block a user