summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Van Doorn <nick@nvandoorn.com>2023-05-31 21:45:23 +0000
committerNick Van Doorn <nick@nvandoorn.com>2023-05-31 21:45:23 +0000
commitbc0d938f9f6fcb62081e920f2c1f690d23df79a6 (patch)
tree79b4812b54fbc1ed8ccf25eb286418503368366c
parent33e7ee29cfdbc2112f7569586bb4bc35a2b8f29a (diff)
Add dos2unix
Need this to fix some files generated on Windows using sed
-rw-r--r--configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/configuration.nix b/configuration.nix
index 407d074..77961d4 100644
--- a/configuration.nix
+++ b/configuration.nix
@@ -75,6 +75,7 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
+ dos2unix
tailscale
python3
wget