Hi,
sometimes it happens that i want to use an application (eg in
localCommands or cron jobs etc) which is not in the system path..
Is the way to change all those options from
cron = { systemJobs = [ "* * * * * echo helloworld "]; };
to
cron = pkgs : { systemJobs = [ "* * * * * ${pkgs.myecho}/bin/echo
helloworld "]; };
or would you prefer
pkgs : {
# the system configuration
}
making configuration.nix a function rather than an attr set?
The latter would mean less tweaking and less remembering
Marc Weber
_______________________________________________
nix-dev mailing list
[email protected]
https://mail.cs.uu.nl/mailman/listinfo/nix-dev