Sample Header Ad - 728x90

Configuring programs and services from unstable channel in NixOS

5 votes
1 answer
2496 views
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