Minh Tran
Minh Tran
This PR fixes an erroneous availability test of `shuf` based on my previous issue report of #26, as well as remove `head` usages where it can be replaced by `shuf`.
as i tried to check for the fix to the erroneous `failed to read config file` message (as shown in #488), i first executed `go install github.com/noborus/ov@latest`, which just fetched...
i'm currently using [NixOS/nixfmt](https://github.com/NixOS/nixfmt) flake with `formatter.${system} = inputs.nixfmt.packages.${system}.default`, and my `~/.config/VSCodium/User/settings.json` includes: ```json { "nix.enableLanguageServer": true, "nix.hiddenLanguageServerErrors": [ "textDocument/definition" ], "nix.serverPath": "nixd", "nix.formatterPath": [ "nix", "fmt", "--", "--" ],...
on my flake-based nixos system with this repo as a flake input, the warning below is raised when i run `nixos-rebuild switch`: ``` evaluation warning: getExe: Package "mise-2024.12.3" does not...
at the time of writing, [this repo is mit-licensed per readme](../blob/8fc6f864c295e6bd6b08f36f503b3d809270da61/README.md#license), [but `LICENSE.md` is missing](../blob/8fc6f864c295e6bd6b08f36f503b3d809270da61/LICENSE.md), which this pr wants to add
`nix-env --version` ```log nix-env (Lix, like Nix) 2.93.0-dev-pre20250222-dd2241e System type: x86_64-linux Additional system types: i686-linux, x86_64-v1-linux, x86_64-v2-linux, x86_64-v3-linux Features: gc, signed-caches System configuration file: /etc/nix/nix.conf User configuration files: /home/minhcccp/.config/nix/nix.conf:/nix/store/hinjagcw5fbv1hs2jk834c267kzszg6v-plasma-workspace-6.3.1/etc/xdg/nix/nix.conf:/nix/store/v8418h2gwf0qmhdh4zwvwhwrd0ylc8mi-kglobalacceld-6.3.1/etc/xdg/nix/nix.conf:/nix/store/xp09vpd55nl9l9ifrc9ad80zha8fg2sq-baloo-6.10.0/etc/xdg/nix/nix.conf:/home/minhcccp/.config/kdedefaults/nix/nix.conf:/nix/store/hinjagcw5fbv1hs2jk834c267kzszg6v-plasma-workspace-6.3.1/etc/xdg/nix/nix.conf:/nix/store/v8418h2gwf0qmhdh4zwvwhwrd0ylc8mi-kglobalacceld-6.3.1/etc/xdg/nix/nix.conf:/nix/store/xp09vpd55nl9l9ifrc9ad80zha8fg2sq-baloo-6.10.0/etc/xdg/nix/nix.conf:/nix/store/hinjagcw5fbv1hs2jk834c267kzszg6v-plasma-workspace-6.3.1/etc/xdg/nix/nix.conf:/nix/store/v8418h2gwf0qmhdh4zwvwhwrd0ylc8mi-kglobalacceld-6.3.1/etc/xdg/nix/nix.conf:/nix/store/xp09vpd55nl9l9ifrc9ad80zha8fg2sq-baloo-6.10.0/etc/xdg/nix/nix.conf:/home/minhcccp/.config/kdedefaults/nix/nix.conf:/etc/xdg/nix/nix.conf:/home/minhcccp/.nix-profile/etc/xdg/nix/nix.conf:/nix/profile/etc/xdg/nix/nix.conf:/home/minhcccp/.local/state/nix/profile/etc/xdg/nix/nix.conf:/etc/profiles/per-user/minhcccp/etc/xdg/nix/nix.conf:/nix/var/nix/profiles/default/etc/xdg/nix/nix.conf:/run/current-system/sw/etc/xdg/nix/nix.conf Store...
**Describe the bug** i have my configs saved in the default location of `~/.config/glow/glow.yml`, but all of my directives are ignored by glow, in contrast to when it is specify...
### What did you expect to happen? i'm trying to [enable daemon with home-manager](https://github.com/nix-community/home-manager/blob/master/modules/programs/atuin.nix), which generates the relevant settings in `config.toml` as follows: ```toml [daemon] enable = true ``` this...
when i `batgrep` generic files, e.g. `*.txt`, the matching text isn't highlighted since `bat` is not aware which language the file is. it would be great if the file's language...
[the `README` url for new releases](../blob/3860f0f1481f1d0e117392030f55ef19cc018ee4/release.sh#L231) points to `installation-` title, which does not exist in [the actual `README` file](../blob/3860f0f1481f1d0e117392030f55ef19cc018ee4/README.md?plain=1)