-
With flakes, the system has to be embedded in the pkgs selection. Instead, it would be easier to reuse configurations across platforms by having a setup like apps and packages, where the second level …
-
E.g.
```nix
{
inputs.foo = { url = ./../foo; };
}
```
This is primarily useful when you have multiple flakes in the same repository.
However this means that we can't have a lock file entry…
-
**Description**
Since we had some problems with conda here and there at work, I took it upon myself to package ISIS using Nix. At the beginning I had the problem, that it did not recognize my syste…
-
This command from the [quickstart](https://github.com/nix-community/disko/blob/master/docs/quickstart.md) guide seems to behave differently
`sudo nix --experimental-features "nix-command flakes" run …
-
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:…
-
### Describe the bug
Hello,
While working on #44348 it has been bewildering to me that the CI was all green while locally it was broken.
The way the PR was done, it could not have passed, it was mi…
-
https://logs.chromium.org/logs/flutter/buildbucket/cr-buildbucket/8747956743136702833/+/u/test:_Host_Tests_for_host_debug/stdout
Both failed with:
```
[FATAL:flutter/impeller/base/validation.cc(5…
-
### Describe the bug
```
nixos-upgrade-start[23857]: warning: '--update-input' is a deprecated alias for 'flake update' and will be removed in a future version.
```
Nix is in the process of re…
-
https://prow.istio.io/view/gs/istio-prow/pr-logs/pull/istio_istio.io/15483/doc.test.profile-default_istio.io/1825705272044163072
The first failure is in [TestDocs/tasks/traffic-management/ingress/i…
-
With the following flake (similar to solutions in https://github.com/zhaofengli/colmena/issues/60):
```nix
{
inputs.nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
outputs = { self, n…