Skip to content

Commit

Permalink
nixos-modules/microvm: run deadnix
Browse files Browse the repository at this point in the history
  • Loading branch information
astro committed Dec 10, 2023
1 parent 207ebed commit 9e7b4c8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion nixos-modules/microvm/asserts.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, options, lib, ... }:
{ config, lib, ... }:
let

inherit (config.networking) hostName;
Expand Down
2 changes: 1 addition & 1 deletion nixos-modules/microvm/optimization.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Closure size and startup time optimization for disposable use-cases
{ config, options, lib, pkgs, ... }:
{ config, options, lib, ... }:

let
cfg = config.microvm;
Expand Down
2 changes: 1 addition & 1 deletion nixos-modules/microvm/options.nix
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{ config, options, lib, pkgs, ... }:
{ config, options, lib, ... }:
let
self-lib = import ../../lib {
nixpkgs-lib = lib;
Expand Down

0 comments on commit 9e7b4c8

Please sign in to comment.