Janik Haag janik
  • Joined on 2024-03-25
janik pushed to janik-ssh-keys at the-distro/infra 2024-07-12 17:34:22 +00:00
840c9b5154 admins: add janik
janik created pull request the-distro/infra#59 2024-07-12 17:27:27 +00:00
WIP: change the default user shell to zsh
janik created branch z-shell in the-distro/infra 2024-07-12 17:21:26 +00:00
janik pushed to z-shell at the-distro/infra 2024-07-12 17:21:26 +00:00
caa2af0bb5 change the default user shell to zsh
janik created pull request the-distro/infra#58 2024-07-12 17:03:01 +00:00
devShell: change colmena to the nixpkgs version
janik created branch devshell-colmena in the-distro/infra 2024-07-12 17:02:19 +00:00
janik pushed to devshell-colmena at the-distro/infra 2024-07-12 17:02:19 +00:00
e1430d8a4c devShell: change colmena to the nixpkgs version
janik commented on issue lix-project/lix#445 2024-07-12 09:46:22 +00:00
SIGILL in arithmetic code

Hey, I have been working on lib.network which should be unrelated https://github.com/NixOS/nixpkgs/pull/318712

janik commented on issue lix-project/lix#340 2024-05-23 00:40:48 +00:00
nix-repl: using tab-completion on a import of a non-existent file crashes the repl.

I'd consider the nix repl exiting a crash in this case since it doesn't with other faulty code.

janik opened issue lix-project/lix#340 2024-05-23 00:06:50 +00:00
nix-repl: using tab-completion on a import of a non-existent file crashes the repl.
janik commented on issue lix-project/lix#184 2024-03-25 19:32:31 +00:00
crash on nix repl --file

oh I didn't consider that, maybe nix_your_shell does load a repl plugin, I think @9999years might know. just checked, also happens with upstream nix. I guess I'm going to open a bug report at…

janik commented on issue lix-project/lix#184 2024-03-25 18:59:26 +00:00
crash on nix repl --file

Of course:

The application panicked (crashed).
Message:  index out of bounds: the len is 2 but the index is 2
Location: src/nix.rs:128

  ━━━━━━━━━━━━━━━…
janik commented on issue lix-project/lix#184 2024-03-25 18:53:37 +00:00
crash on nix repl --file

image

janik commented on issue lix-project/lix#184 2024-03-25 18:53:06 +00:00
crash on nix repl --file

Nope no repl plugins loaded :drgn:

janik opened issue lix-project/lix#184 2024-03-25 18:11:46 +00:00
crash on nix repl --file
janik commented on issue lix-project/lix#182 2024-03-25 18:04:38 +00:00
Add :write to nix repl

This is just a nice to have thing, I would personally be interested in, bun non of you have to spend any time on this.

I believe making the history file location configurable (e.g. via a…

janik commented on issue lix-project/lix#182 2024-03-25 16:32:36 +00:00
Add :write to nix repl

Can you elaborate a bit more on the use case for mirroring REPL commands to a file?

Uh sure, I often draft up some stuff stuff in the repl and it would be convenient not to have to type it…

janik opened issue lix-project/lix#182 2024-03-25 16:12:30 +00:00
Add :write to nix repl