Skip to content

Commit

Permalink
nixos/amazon-image: avoid top-level with statements
Browse files Browse the repository at this point in the history
  • Loading branch information
philiptaron committed Jul 16, 2024
1 parent 3ba72e2 commit 2e17c4a
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions nixos/modules/virtualisation/amazon-image.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@

{ config, lib, pkgs, ... }:

with lib;

let
inherit (lib) mkDefault mkIf;
cfg = config.ec2;
in

Expand Down Expand Up @@ -107,5 +106,5 @@ in
# (e.g. it depends on GTK).
services.udisks2.enable = false;
};
meta.maintainers = with maintainers; [ arianvp ];
meta.maintainers = with lib.maintainers; [ arianvp ];
}

0 comments on commit 2e17c4a

Please sign in to comment.