Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-07 | remove the autoconf+Make buildsystem | Qyriad | |
We're not using it anymore. Any leftover bugs in the Meson buildsystem are now just bugs. Closes #249. Change-Id: I0465a0c37ae819f94d40e7829f5bff046aa63d73 | |||
2024-03-29 | meson: install shell files | eldritch horrors | |
Change-Id: I7c30690e5763d095cf7444333f7b687509051c5f | |||
2021-12-22 | Don't insert spaces when completing attribute paths | Naïm Favier | |
2021-06-23 | Add a fish completion script | Jan Tojnar | |
This is only rudimentary support as allowed by `NIX_GET_COMPLETIONS`. In the future, we could use complete’s `--wraps` argument to autocomplete arguments for programs after `nix shell -c`. |