diff options
-rw-r--r-- | hel.nix | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 = |