You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I like to use a nixpkgs channel for most packages, but for some, I want the latest version, so I've added an extra input.
Now I'd like to have that available in devenv.nix as:
{pkgs,pkgs-latest, ... }:
When I used to import the file manually I could do it:
I like to use a nixpkgs channel for most packages, but for some, I want the latest version, so I've added an extra input.
Now I'd like to have that available in
devenv.nix
as:When I used to import the file manually I could do it:
But recently I needed to access
config.env.DEVENV_ROOT
so I had to change it to:Which I guess is better anyways, but now I don't know how to get the
pkgs-latest
passed into there 🤔The text was updated successfully, but these errors were encountered: