Robert Hensing

Results 359 issues of Robert Hensing

**Describe the bug** Installations of NixOS should set the `stateVersion` option, such that NixOS can take legacy filesystem state locations and such into account. **To Reproduce** (hypothetical but bound to...

As noted by zimbatm in #25, the deploy script is starting to look like `nixos-rebuild`. It seems like my use case from #25 _is_ actually subsumed by `nixos-rebuild`, unlike my...

This project doesn't pin a known good version of nixpkgs for its tooling, breaking the formatter, pre-commit etc. The main problem is that terraform has been updated from 0.11 to...

Done. > A module to import into flakes based on flake-parts. > Makes integration into a flake easy and tidy. > See https://github.com/hercules-ci/flake-parts#readme

With nixos-unstable, I'm getting warnings like these ``` [WARNING] Unexpected key(s) present on local => nixpkgs-fmt: types_or [WARNING] Unexpected key(s) present on local => ormolu: types_or [WARNING] Unexpected key(s) present...

bug

pre-commit-hooks.nix in its current form is a package distribution by default; using pinned packages. Some users (me, #55?) prefer to provide their own packages only, in order to have consistent...

For example everything from https://github.com/cachix/pre-commit-hooks.nix/issues?utf8=%E2%9C%93&q=+author%3APierreR

documentation

This pr adds `mkCompleterWithOptions :: (String -> IO [CompletionItem]) -> Completer`, which allows the completer to disable unwanted shell behaviors like - adding a trailing slash to matches that coincide...

This is a potential solution to #271 and #284, observing that both issues only seem to want to parse a fixed number of two arguments per option. That certainly applies...