diff options
| author | EuAndreh <eu@euandre.org> | 2021-01-20 15:23:52 -0300 |
|---|---|---|
| committer | EuAndreh <eu@euandre.org> | 2021-01-20 15:23:52 -0300 |
| commit | a953b788d1b1e0f9dda920b6cbe95ed975877446 (patch) | |
| tree | 1cc3990d8382d660423e8d28e56fe669fb90db15 | |
| parent | nixos/configuration.nix: Add sha256 of hosts downloaded file (diff) | |
| download | dotfiles-a953b788d1b1e0f9dda920b6cbe95ed975877446.tar.gz dotfiles-a953b788d1b1e0f9dda920b6cbe95ed975877446.tar.xz | |
nixos/configuration.nix: Add ed package for POSIX compliance
| -rw-r--r-- | nixos/configuration.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix index b4846260..90155571 100644 --- a/nixos/configuration.nix +++ b/nixos/configuration.nix @@ -217,6 +217,7 @@ in { flex gnugrep file + ed ## To be removed tdesktop # telegram-desktop application |
