about summary refs log tree commit diff
path: root/modules/systems/software.nix
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2022-02-08 16:33:19 -0800
committerFranck Cuny <franck@fcuny.net>2022-02-08 16:33:19 -0800
commit22d75265e09375c44daa85988a432e4824d35a32 (patch)
tree5085fbd17366db4363a9ac95bc303c49a7b191ff /modules/systems/software.nix
parentsystems: install more packages (diff)
downloadworld-22d75265e09375c44daa85988a432e4824d35a32.tar.gz
systems: fix typo
Diffstat (limited to '')
-rw-r--r--modules/systems/software.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/systems/software.nix b/modules/systems/software.nix
index 59b6477..bedaf24 100644
--- a/modules/systems/software.nix
+++ b/modules/systems/software.nix
@@ -18,5 +18,5 @@
     tcpdump
     tmux
     unzip
-  ]
+  ];
 }