Skip to content

Commit 8d16137

Browse files
authored
Merge pull request #134 from numtide/readme-update
README: SrvOS is not its own distribution yet
2 parents 7b15b0e + a75b9c5 commit 8d16137

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ needs to be done remotely. If you're installing NixOS, the **nixos-anywhere**
1414
process including:
1515

1616
- Disk partitioning and formatting
17-
- Configuring and installing either NixOS or SrvOS
17+
- Configuring and installing NixOS
1818
- Installing additional files and software
1919

2020
You can then initiate an unattended installation with a single CLI command.

src/default.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
, coreutils
77
, curl
88
, gnugrep
9+
, gawk
910
, findutils
1011
, gnused
1112
, lib
@@ -19,6 +20,7 @@ let
1920
coreutils
2021
curl # when uploading tarballs
2122
gnugrep
23+
gawk
2224
findutils
2325
gnused # needed by ssh-copy-id
2426
];

0 commit comments

Comments
 (0)