Daniel Kahlenberg

Results 50 issues of Daniel Kahlenberg

The `gemset` attribute of `bundlerEnv` should be allowed to point to an arbitrary path. Incomplete working example using flakes: ``` cat flake/builders/mkDevenvRuby.nix { system, rootPath, pkgsFor, inputs, name, args, ......

> Installing dependencies... 1: Specdris Cloning into 'specdris'... remote: Enumerating objects: 399, done. remote: Total 399 (delta 0), reused 0 (delta 0), pack-reused 399 Receiving objects: 100% (399/399), 61.60 KiB...

bug
good first issue
CI

Using a clone of https://github.com/mathieudutour/medium-to-own-blog I was able (`./result-2/bin/medium-to-own-blog --help`) to `nix-build` after `nix run github:RaitoBezarius/buildxyz/8a40f63c8283a04127a8e2bf1f418b415ea10dbb -- "node2nix --lock ./package-lock.json"` which doesn't seem to work that way anymore (https://github.com/RaitoBezarius/buildxyz/commit/ed54bde1cb54f1813c0838cb4843292f91ed7527). Is...

``` [wsl2] memory=8GB # Limits VM memory in WSL 2 up to 3GB processors=2 # Makes the WSL 2 VM use two virtual processors ``` ``` $ uname -sr Linux...

documentation

Use https://raw.githubusercontent.com/dorssel/usbipd-win/v4.2.0/Usbipd/WSL/auto-attach.sh

Currently, when `:` or similar are in the title Windows refuses to permit saving the file to disk.

With current version in Emacs `GNU Emacs 29.3 (build 2, x86_64-w64-mingw32) of 2024-03-24` on `Windows-Version: 10.0.19045.4529` when I trigger my shortcut, emacs brings up only this dialog. ![image](https://github.com/tecosaur/emacs-everywhere/assets/123878/0e923a37-9090-4977-abd7-b43cf76b7cca)

bug
Windows

https://github.com/NixOS/infra/blob/b510e2dac8914b9af52818824b11df52de748423/terraform/cache/diagnostic.sh#L39 Would prefer `dig +nostats -t A tarballs.nixos.org` here.

https://github.com/NixOS/nixos-org-configurations/blob/master/terraform/cache/diagnostic.sh: ``` [nixos@DANIELKNB1:~/.nix-config]$ ./diagnostics.sh tarballs.nixos.org domain=tarballs.nixos.org > dig -t A tarballs.nixos.org ; DiG 9.18.28 -t A tarballs.nixos.org ;; global options: +cmd ;; Got answer: ;; ->>HEADER ping -4 -c1 tarballs.nixos.org...

**Is your feature request related to a problem? Please describe.** I'm using nixd for my [nix-on-droid](https://github.com/nix-community/nix-on-droid) configuration as well (`expr` = `(builtins.getFlake "/data/data/com.termux.nix/files/home/.nix-config").nixOnDroidConfigurations.sams9.options `) and it would be a nice...

documentation