Skip to content

Commit 8a188a7

Browse files
authored
Merge pull request #57 from yechielw/master
nixos-generate-config: add missing flags
2 parents 4e654da + 6f90ae2 commit 8a188a7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

_nixos-generate-config

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,6 @@ _arguments \
88
'--root[Directory to treat as root of filesystem]:Root directory:_path_files -/'\
99
'--dir[Directory to write configuration files to (Default /etc/nixos)]:Output directory:_path_files -/'\
1010
'--no-filesystems[Omit file system information from hardware configuration]'\
11-
'--show-hardware-config[Print hardware configuration to stdout without writing anything to disk]'
11+
'--show-hardware-config[Print hardware configuration to stdout without writing anything to disk]'\
12+
'--kernel[Choose kernel version (lts or latest)]:kernel version:(lts latest)'\
13+
'--flake[Generate flake.nix]'

0 commit comments

Comments
 (0)