-
Hey everyone! We just did a lot of refactoring in the core branch and if you are updating to the latest changes I would recommend you read this guide on how to update.
This is a pretty quick explan…
-
Nix throws the following error:
```
error: attempt to call something which is not a function but a set
at /nix/store/d3vlpgh54ackhc03fdcn9pqh5q3cgkcp-source/lib/exportOverlays.nix:63:42:
…
-
`overlayNames` calls the `overlay` attribute with `null null` for the arguments `final` and `prev`. This works if the `overlay` attribute looks like:
```nix
{
overlay = final: prev: {
blah…
-
Similar to #96, so feel free to close this if you feel it is a duplicate.
I have been trying to move my macOS system to nix-darwin, starting with home-manager for dotfiles and ran into a similar pr…
-
If I have;
```nix
mkFlake {
hosts.foo = {
modules = [ ./hosts/foo.nix ];
};
}
```
and then in `foo.nix` I have;
```nix
{
networking.hostName = "bar";
}
```
I get an error;
```…
-
### `brew gist-logs ` link OR `brew config` AND `brew doctor` output
```shell
HOMEBREW_VERSION: 3.5.10-49-gb2ddb34
ORIGIN: https://github.com/Homebrew/brew
HEAD: b2ddb341a0489834dbbfcb57544d87c4…
-
**Describe the bug**
Nix segfaults when when evaluating.
**Steps To Reproduce**
1. Run `nix flake check git+https://gitlab.com/lama-corp/infra/dotshabka\?rev=c69be3f98dfa8b943f83bf2f9a8cb17ab…
-
I originally had this issue in divnix/devos#339 and thought perhaps I could avoid it with flake-utils-plus since there are less layers of abstraction.
However, it appears that flake utils plus also…
-
however, https://github.com/gytis-ivaskevicius/flake-utils-plus/pull/84 introduced a regression, where
`builtins.pathExists` in the new [`pathIsDirectory`](https://github.com/gytis-ivaskevicius/flake…
-
If you have been following changes in the [develop](https://github.com/divnix/devos/tree/develop) branch, one of the most important changes that has been made in the past couple weeks is rebasing DevO…