-
**Is your feature request related to a problem? Please describe.**
`flake.nix`:
```nix
{
inputs.child.url = "path:./child";
outputs = {self, child}: {
inherit child;
};
}
```
`chil…
-
roachtest.cluster_creation [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyAwsBazel/17126934?buildTab=log) with [artifacts](https://teamcity.cockroachd…
-
### Question
Today, at least me, suggest everyone coming to Nix to take a look on flakes, but everyone eventually has to deal with the showstopper to enable nix-command and flakes as an experimental …
-
I have a flake with `legacyPackages` that I wanted test. I figured I could add a separate `onPush.legacyPackages` for them so I could define how to build them, but the way the code currently works, if…
-
# Hive
[https://primamateria.github.io/blog/hive/](https://primamateria.github.io/blog/hive/)
-
roachtest.cluster_creation [failed](https://teamcity.cockroachdb.com/buildConfiguration/Cockroach_Nightlies_RoachtestNightlyAwsBazel/17162325?buildTab=log) with [artifacts](https://teamcity.cockroachd…
-
**Is your feature request related to a problem? Please describe.**
I wanted to be able to generically refer to nixConfig settings in my flake outputs, eg:
```
❯ cat flake.nix
{
nixConfig = …
-
### Describe the bug
When I ran `sudo nixos-rebuild switch`, I got this cryptic error message that looks like it came from a Python script:
```console
$ sudo nixos-rebuild switch --flake ~/flake
w…
-
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…
-
It violates the architecture and should be replaced by a `NixOS/nixpkgs` default `flakeModule`.