chris montgomery
chris montgomery
### Terms - [X] I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) - [X] This request is not a duplicate of an existing issue - [X] This is...
### Expected ```nix { /** Convert a boolean to a "yes" or "no" string. Commonly useful in program configuration files. Type: boolToOnOffString :: boolean -> string */ boolToOnOffString = value:...
### Terms - [X] I have read the [guidelines for Contributing to Roots Projects](https://github.com/roots/.github/blob/master/CONTRIBUTING.md) - [X] This request is not a duplicate of an existing issue - [X] I have...
Both `define-key` and `keymap-set` accept the following forms as definitions (quoting from the docstring of `keymap-set`): > ``` > DEFINITION is anything that can be a key's definition: > nil...
Only ~one~ two of the Header examples actually work on small viewports, and yet there are "twelve" "responsive" components. This feels very misleading and confusing. What's more is that it's...
Consider the following fake module: ```nix { config, lib, ... }: let cfg = config.foo; in { options.foo.start = lib.mkOption { type = with lib.types; either bool (enum ["graphical" "non-graphical"]);...
When the cursor (marked by `|`) is on one of the `inputs` attributes [edit: or one of its direct children?], I would expect the `pack_bindings` code action to be available:...
i'm trying to update a nixos machine that's been sitting in my closet for a year. however, any time i try to run `nixos-rebuild` i get the following: ```console [root@ryosuke:~]#...
```console ❯ nf update std --show-trace warning: input 'devshell' has an override for a non-existent input 'flake-utils' error: cannot write modified lock file of flake 'flake:std' (use '--no-write-lock-file' to ignore)...
After updating flake inputs, I get a warning about input overloading for the devshell input. It seems kind of misformatted in my terminal. It's certainly possible it's because of something...