mirror of
https://github.com/nix-community/nix-on-droid.git
synced 2025-11-08 19:46:07 +01:00
modules/build/activation: use config.nix.package
This commit is contained in:
parent
e4d19673af
commit
97e1e71b84
1 changed files with 2 additions and 2 deletions
|
|
@ -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" (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue