1
1
mirror of https://github.com/NixOS/mobile-nixos.git synced 2024-11-09 16:34:32 +03:00

Fixes both system kinds.

This commit is contained in:
Samuel Dionne-Riel 2018-06-26 21:52:22 -04:00
parent 04a59a0aed
commit c27a3e8894
2 changed files with 7 additions and 9 deletions

View File

@ -1,9 +1,9 @@
{
device_config,
initrd
device_config
, initrd
, pkgs
}:
let
pkgs = (import ../overlay);
inherit (pkgs) buildPackages;
in
let

View File

@ -1,11 +1,9 @@
{
device_config,
hardware_config,
initrd
device_config
, hardware_config
, initrd
, pkgs
}:
let
pkgs = (import ../overlay);
in
with pkgs;
let
inherit (hardware_config) ram;