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:
parent
04a59a0aed
commit
c27a3e8894
@ -1,9 +1,9 @@
|
||||
{
|
||||
device_config,
|
||||
initrd
|
||||
device_config
|
||||
, initrd
|
||||
, pkgs
|
||||
}:
|
||||
let
|
||||
pkgs = (import ../overlay);
|
||||
inherit (pkgs) buildPackages;
|
||||
in
|
||||
let
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user