modules/build/activation: use config.nix.package

This commit is contained in:
Alexander Sosedkin 2021-07-27 12:39:14 +02:00
parent e4d19673af
commit 97e1e71b84

View file

@ -1,4 +1,4 @@
# Copyright (c) 2019-2020, see AUTHORS. Licensed under MIT License, see LICENSE.
# Copyright (c) 2019-2021, see AUTHORS. Licensed under MIT License, see LICENSE.
{ config, lib, pkgs, ... }:
@ -19,7 +19,7 @@ let
pkgs.gnugrep
pkgs.gnused
pkgs.ncurses # For `tput`.
pkgs.nix
config.nix.package
];
mkActivationCmds = activation: concatStringsSep "\n" (