I know that I can install a package from the unstable channel like this:
{ config, pkgs, ... }:
let
unstable-pkgs = import {};
in
{
environment.systemPackages = [ unstable-pkgs.chromium ]
}
This shows that
import {};
stands in for pkgs
in my configuration, but what if I want to do the same thing for programs
or services
?
Asked by Matthew Piziak
(442 rep)
Mar 23, 2019, 08:13 AM
Last activity: May 16, 2025, 06:02 PM
Last activity: May 16, 2025, 06:02 PM