1
1
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:
Samuel Dionne-Riel 2020-01-10 20:10:26 -05:00
parent 43c25fe059
commit 5b3b72870b

View File

@ -1,8 +1,7 @@
{ config, lib, pkgs, ... }:
with lib;
let
inherit (lib) mkOption types;
cfg = config.mobile.boot.stage-1.shell;
in
{