Norbert Melzer

Results 106 issues of Norbert Melzer

It worked with 2.2 IIRC but now: ``` plain $ git fame --help No manual entry for git-fame See 'man 7 undocumented' for help when manual pages are not available....

bug
pr is welcome

### Description Without this fix a `nix-buid . -A home-manager` would successfully create a `home-manager`. And one could use the included binary until the next garbage collection, after that it...

There is that rule in the README: > - single-thread is preferred but you can add multi-threaded or multicore versions too This reads as if there shall be a singlethreaded...

This PR is created as a WIP to solve #52. ## TODO: - [x] `Makefile.template` - [x] Makefiles for: - [x] bash - [x] C - [x] clojure - [X]...

Reorganize the setup of everything such that it is much easier to begin with everything. I struggled a lot during the setup phase, and I'm still unsure if everything is...

I'm very bad at remembering keyboard shortcuts when trying new stuff, that's the cause why I really like `which-key`. Since all commands in `project-explorer` are single keys, you can't use...

### Which OS are you using? Linux ### Expected Behaviour I can specify and run an arbitrary location for the LSP binary. ### Actual Behaviour Only the bundled with the...

question

The haskell template uses "`callCabal2nix`" which in turn uses IFD which is forbidden in flakes by default for a good reason.

Currently the `packages` output is defined in terms of the `overlay` output in the templates I checked (C and Haskell). This adds to the [1k instances of `nixpkgs`](https://zimbatm.com/notes/1000-instances-of-nixpkgs) problem. Can...