Skip to content

Commit

Permalink
Update nixpkgs stable
Browse files Browse the repository at this point in the history
ipimiutil broken in unstable as of 03539677da5a6caba6a6b3d2143ec63b116902d3

And on top of that `nix flake update` is crashing with

```
nix: src/libutil/posix-source-accessor.cc:13: nix::PosixSourceAccessor::PosixSourceAccessor(std::filesystem::__cxx11::path&&): Assertion `root.empty() || root.is_absolute()' failed.
Aborted (core dumped)
```

I might need to try an older or newer version...

Update / note to self:

It worked with nix from nixpkgs unstable at c77dab3ae5c71a5eaef539968ebfb13dce79b0ea

I eventually found NixOS/nix#9708 which was
for a much older issue is being used to track the new regression.
Nixpkgs downgraded back to Nix 2.24.10 in
DamienCassou/nixpkgs@0bb2579
so I'll probably just use that.
  • Loading branch information
aij committed Dec 27, 2024
1 parent 5b19f5f commit 3111c39
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion stable
Submodule stable updated 271 files

0 comments on commit 3111c39

Please sign in to comment.