mirror of
https://github.com/nix-community/home-manager.git
synced 2025-12-05 16:41:04 +01:00
- Add custom-target.nix test for custom systemd target configuration Signed-off-by: Austin Horstman <khaneliman12@gmail.com>
4 lines
120 B
Nix
4 lines
120 B
Nix
{ lib, pkgs, ... }:
|
|
lib.optionalAttrs pkgs.stdenv.hostPlatform.isLinux {
|
|
arrpc-custom-target = ./custom-target.nix;
|
|
}
|