summaryrefslogtreecommitdiffstats
path: root/nixos/modules/profiles/minimal.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/profiles/minimal.nix')
-rw-r--r--nixos/modules/profiles/minimal.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/minimal.nix b/nixos/modules/profiles/minimal.nix
index 40df7063a9bf..ed04e46c77d1 100644
--- a/nixos/modules/profiles/minimal.nix
+++ b/nixos/modules/profiles/minimal.nix
@@ -1,7 +1,7 @@
# This module defines a small NixOS configuration. It does not
# contain any graphical stuff.
-{ config, lib, pkgs, ... }:
+{ config, lib, ... }:
with lib;