···241 git
242 # replace with beam.packages.erlang.elixir_1_11 if you need
243 beam.packages.erlang.elixir
244- nodejs-15_x
245 postgresql_13
246 # only used for frontend dependencies
247 # you are free to use yarn2nix as well
···241 git
242 # replace with beam.packages.erlang.elixir_1_11 if you need
243 beam.packages.erlang.elixir
244+ nodejs
245 postgresql_13
246 # only used for frontend dependencies
247 # you are free to use yarn2nix as well
+1-1
nixos/tests/zsh-history.nix
···23 # Login
24 default.wait_until_tty_matches(1, "login: ")
25 default.send_chars("root\n")
26- default.wait_until_tty_matches(1, "root@default>")
2728 # Generate some history
29 default.send_chars("echo foobar\n")
···23 # Login
24 default.wait_until_tty_matches(1, "login: ")
25 default.send_chars("root\n")
26+ default.wait_until_tty_matches(1, r"\nroot@default\b")
2728 # Generate some history
29 default.send_chars("echo foobar\n")