Closed alienzj closed 2 years ago
You would need to pass your inputs into your configuration via specialArgs and then access it like:
{ pkgs, inputs, config, ... }:
{
config = {
environment.systemPackages = [
inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin
];
};
}
Dear @colemickens,
Thanks for your great work. May I know to use it?
I add it into flake.nix:
then do something like below:
then I got: