Farid Zakaria
Farid Zakaria
cpptools downloads a binary and it's not executable or able to run. ``` ❯ readlink -f /home/fmzakari/.vscode/extensions/ms-vscode.cpptools/debugAdapters/bin/OpenDebugAD7 /nix/store/cx9451yl9icy2zyh9shggq5vq8j0gy1c-vscode-extension-ms-vscode-cpptools-1.21.1/share/vscode/extensions/ms-vscode.cpptools/debugAdapters/bin/OpenDebugAD7 ``` Nixpkgs has special handling for it (https://github.com/NixOS/nixpkgs/blob/nixos-24.05/pkgs/applications/editors/vscode/extensions/ms-vscode.cpptools/default.nix)
I see that https://github.com/Mic92/nix-ld is now rewritten in Rust. Should this repo be archived?
### Event Name NixOS reproducible beer ### Event Website TBD ### Event Purpose I would like to host a user Meetup group in Santa Cruz California. Purpose would be to...
I uploaded a demo here: https://asciinema.org/a/662192 When I tab complete with autojump it's placing two underscores. I'm not sure how to debug this. (Are there log messages?) ``` > autojump...
I like commiting non-binary data and age supports `--armor` to generate a PEM style;e base64 file. I think the `secrets.nix` file should/could support this as an argument when generate the...
### Environment - OS and version: NixOS - VS Code: 1.91.0 - C/C++ extension: 1.20.5 - OS and version of remote machine (if applicable): - GDB / LLDB version: 14.2...
Hi! Really like tide but I noticed that when I enter fish the whole terminal gets reset. This is a bit frustrating because I actually enter fish from bash on...
Maven repositories normally have a maven-metadata.xml file that indicate to the Maven system what versions are available and which is to be considered the latest version. ```xml com.mycompany.app my-app 1.0...