Skip to content

Commit 14037c6

Browse files
committed
Update system.nix
1 parent fa91a8f commit 14037c6

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

templates/system.nix

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@
99
};
1010

1111
environment = {
12-
# Packages that should be installed
13-
# on a system
14-
systemPackages = [ pkgs.hello ];
12+
# Packages that should be installed on a system
13+
systemPackages = [
14+
# pkgs.hello
15+
];
1516

16-
# Add directories and files to `/etc`
17-
# and set their permissions
17+
# Add directories and files to `/etc` and set their permissions
1818
etc = {
1919
# with_ownership = {
2020
# text = ''

0 commit comments

Comments
 (0)