Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for akkoma fails to build, failing the entire NixOS system #304604

Closed
vikanezrimaya opened this issue Apr 16, 2024 · 1 comment
Closed

Comments

@vikanezrimaya
Copy link
Member

vikanezrimaya commented Apr 16, 2024

Describe the bug

On NixOS 23.11 (rev 69be1d0), documentation fails to evaluate available options for Akkoma, failing the build.

Steps To Reproduce

Steps to reproduce the behavior:

  1. nix repl
  2. :lf github:nixos/nixpkgs/69be1d097dd9a8422cfc4e89811304fb40f22626
  3. nixos = lib.nixosSystem { system = builtins.currentSystem; modules = [ ({ config, pkgs, lib, ... }: { fileSystems."/" = { device = "/dev/sda1"; fsType = "btrfs"; }; boot.loader.grub.device = "/dev/sda"; }) ]; }
  4. :b nixos.config.system.build.toplevel

Expected behavior

System should build.

Screenshots

n/a

Additional context

It's a bit strange to see this on the stable branch. Perhaps a botched backport? A bisection would be nice to do. Rev 7384401 doesn't seem to exhibit this problem, so it's a nice starting point for a bisection.

Notify maintainers

Akkoma maintainers: @illdefined @tcmal


Add a 👍 reaction to issues you find important.

@winterqt
Copy link
Member

Fixed by #304556.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants