mirror of
https://github.com/NixOS/mobile-nixos.git
synced 2024-12-14 18:21:41 +03:00
initrd-shell: Remove with
.
This commit is contained in:
parent
43c25fe059
commit
5b3b72870b
@ -1,8 +1,7 @@
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
with lib;
|
||||
|
||||
let
|
||||
inherit (lib) mkOption types;
|
||||
cfg = config.mobile.boot.stage-1.shell;
|
||||
in
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user