Bjørn Forsman

Results 46 issues of Bjørn Forsman

[This supersedes https://github.com/hedning/nix-bash-completions/pull/21.] Upstream nix (>=2.4) has completion for the modern 'nix' CLI, and the completion provided by nix-bash-completions cause a conflict that breaks completion: $ nix build # line...

It seems that both this project and upstream Nix provides completion for the `nix` command. From my testing, having modern Nix (e.g., 2.7.0) and nix-bash-completions installed breaks bash completion in...

Services run under systemd receive SIGTERM when it's time to stop the service. dictd doesn't seem to handle SIGTERM and exits with status 143 (128 + 15 SIGTERM). Since the...

Hi, I tried this tool today and noticed it's Flakes-only. I see now that the README mentions Flakes several times, but I thought that a tool that builds on nix-eval-jobs...

## Version of the custom_component 2023.6.0 (latest release) ## Configuration ```yaml amshan: ``` ## Describe the bug Home Assistant warns that amshan-homeassistant is using deprecated code that will be removed...

Does this issue occur when all extensions are disabled?: No. (The issue is about _installing_ extensions on a remote system.) - VS Code Version: 1.67.2 - OS Version: Ubuntu 18.04...

extensions
under-discussion

I'd like to generate SBOMs inside Nix derivations, but that doesn't currently work. I tried both with and without `sbomnix --buildtime ...` option. Reproducer: ```nix # file: sbom.nix let nixpkgs...

I've been running mopidy version 2.0.0 on NixOS for a few days and experience these errors that I believe is the reason for zeroconf to stop working[1]: ``` mopidy[1216]: ERROR...

A-zeroconf

matrix.sh invokes curl with secrets on the command line, which are visible to all processes on a system: ``` $ sudo execsnoop | grep curl curl 26526 26517 0 /nix/store/xr777l6vdpkdi16h9dpv89l3s6hp17h9-curl-8.12.1-bin/bin/curl...

I'm used to programs that, when called without arguments, either do something obvious, or error out with hints to the user how to proceed. matrix-commander-rs does neither: ``` $ matrix-commander-rs...