-
roachtest.ssh_problem [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyGceBazel/17542187?buildTab=log) with [artifacts](https://teamcity.cockroachdb.com…
-
I'm currently porting https://github.com/boinkor-net/tsnsrv/'s flake over to using partitions, so my downstream users don't have to endure my dev dependencies. Unfortunately, one of my dev dependencie…
-
When trying to build the template as-is, I get:
```
error: attribute 'optionsMarkdown' missing
at /nix/store/08b0w9cfannfdjnby5qfqg8jvh9m4d5z-source/render/render-module.nix:358:28:
…
-
I would like to use the same exact `rustc` and pass it to [crate2nix](https://github.com/nix-community/crate2nix).
I ran `nix flake init --template github:cachix/devenv#flake-parts` and then added …
-
| Field | Description |
|--------------|-------------|
| Plugin | `nvim-dap` |
| Nixpkgs | `unstable` |
| Home Manager | `unstable` |
- [x] I have read the [FAQ](https:/…
-
Unicode characters should be valid in IRIs, and this works today except when used as an initial character after the namespace.
This works:
{"@id": "ex:aஃ", ...}
This halts the db:
{"@id": "ex:…
-
I'm debugging my flake-parts code with nix repl. To do this, I put custom values into `flake` attribute.
However, sometimes I need values provided for `perSystem` lambda like `lib`, `pkgs` to debug m…
-
This would mitigate #339
Our entire omnix configuration (`om.nix`),
https://github.com/juspay/omnix/blob/main/nix/modules/flake-parts/om.nix
can be written as YAML as well (see below). This ha…
-
I know that flake-parts is designed to be very minimal and strive to be as close to flakes as possible.
But would you consider the inclusion of `config.assertions` & `config.warnings` ?
```nix…
-
I like to use a nixpkgs channel for most packages, but for some, I want the latest version, so I've added an extra input.
Now I'd like to have that available in `devenv.nix` as:
```nix
{ pkgs, pkgs…