Terje Larsen

Results 82 issues of Terje Larsen

### Are you following the right branch? - [X] My Nixpkgs and Home Manager versions are in sync ### Is there an existing issue for this? - [X] I have...

bug
triage

### Description This adds the service ollama, based on the [corresponding NixOS module](https://github.com/NixOS/nixpkgs/blob/nixos-unstable/nixos/modules/services/misc/ollama.nix) It skips some of the options that doesn't make sense for the user unit and of course...

WSL now supports kernel modules and come with a bunch configured as `m` and can be loaded this way. For example `vhci-hcd` used by usbip has changed from `y` to...

enhancement
blocked

This fixes some bugs that I discovered in the default command. The nix string escaping was wrong so the `\` got lost and when I tested this the command had...

The `d2 fmt` will indent with 2 spaces, hence it is a good default. This is one of my big annoyances with this mode, as I have auto-formatting enabled using...

Currently the indentation is using 4 spaces, which is not aligned with `d2 fmt` (which is using 2 spaces). Perhaps we should change to align or make it configurable.

### Terraform Version ```shell Terraform v1.3.9 ``` ### Terraform Configuration Files ```terraform resource "local_file" "foo" { content = "foo!" filename = "${path.module}/foo.bar" } ``` ### Debug Output ``` 2023-03-06T23:54:49.211+0100 [INFO]...

bug
new

I wonder if it would make sense to support a list for the `partitionedAttrs`. For example if you have multiple partitions providing packages and want to propagate them. Currently you...

Even if the mathjax package is "optional" via `devdocs-use-mathjax` it is not really optional since this require call is here. I propose making the require optional. Alternatively split out the...

The previous implementation always looked at the latest commit (HEAD). This adds the extra metadata of commit SHA in order to use this in the GPG signature check.