ChanServ changed the topic of #nixus to: Nixus is an experimental deployment tool for NixOS systems - https://github.com/Infinisil/nixus - https://logs.nix.samueldr.com/nixus/
<eyJhb> Is it possible to set the nixpkgs env variable, for each machine, so that I do not have to rely on channels? I have tried setting it in the default config, but I have no access to the nixpkgs variable of course
cole-h has quit [Ping timeout: 260 seconds]
<infinisil> eyJhb: What doesn't work with `defaults.nixpkgs = ...`?
<eyJhb> I want to set the envvar nixpath, https://search.nixos.org/options?channel=20.09&show=nix.nixPath&from=0&size=30&sort=relevance&query=nix.nixpath as that is what is used for `nix-shell -p hello`, as far as I know
<infinisil> Oh NIX_PATH
<infinisil> eyJhb: defaults.configuration.nix.nixPath?
cole-h has joined #nixus