profiles/os/nixos: Set NIX_PATH with flake input paths
Description of changes
Command not found suggests the use of nix-shell
, but nix-shell
is currently unusable due to the lack of channels!
This MR sets NIX_PATH to facilitate using flake inputs as channels, making the suggested nix-shell
invocations work with no further modification (e.g. nix-shell -p gnumake
).
Things done
-
Tested - Not in the labs, but works on my machine :)
-
Updated documentation (Wiki/NetBox) -
Breaking change
Edited by André Breda