summary refs log tree commit diff
path: root/nixos/modules/profiles/demo.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/modules/profiles/demo.nix')
-rw-r--r--nixos/modules/profiles/demo.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/modules/profiles/demo.nix b/nixos/modules/profiles/demo.nix
index 7477795a94e..18f190071ba 100644
--- a/nixos/modules/profiles/demo.nix
+++ b/nixos/modules/profiles/demo.nix
@@ -1,4 +1,4 @@
-{ config, pkgs, ... }:
+{ ... }:
 
 {
   imports = [ ./graphical.nix ];