ark/modules/nix-path.nix

8 lines
150 B
Nix
Raw Normal View History

2022-02-18 20:31:01 +03:00
{
channel,
inputs,
...
2022-03-09 23:55:02 +03:00
}: {
2022-02-18 20:31:01 +03:00
nix.nixPath = ["nixpkgs=${channel.input}" "nixos-config=${../lib/compat/nixos}" "home-manager=${inputs.home}"];
}