summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--hel.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/hel.nix b/hel.nix
index b73072e7..992972f9 100644
--- a/hel.nix
+++ b/hel.nix
@@ -2,7 +2,7 @@
2# your system. Help is available in the configuration.nix(5) man page 2# your system. Help is available in the configuration.nix(5) man page
3# and in the NixOS manual (accessible by running ‘nixos-help’). 3# and in the NixOS manual (accessible by running ‘nixos-help’).
4 4
5{ config, pkgs, ... }: 5{ config, lib, pkgs, ... }:
6 6
7{ 7{
8 imports = 8 imports =