Skip to content

system wide packages not installing, but build is successful #246

@bashfulrobot

Description

@bashfulrobot

Describe the bug

I run a rebuld, and system manger files are created, but packages are not installed.

To Reproduce

Steps to reproduce the behavior:

  1. I am running the ubuntu-rebuld recipie in this justfile
  2. which will use this flake to configure
  3. build successful
  4. And after a reboot, if I run which 1password, there are no results.

NOTE - here is where, for example, the 1Password apps are being installed from.

Expected behavior

Items installed via:

config = {
    # System-wide packages (install everything)
    environment.systemPackages = with pkgs; [
      _1password-gui  # Desktop app
      _1password-cli  # CLI
    ];
.........

Would be available on my Ubuntu 24.04 system.

System information

  • Ubuntu 24.04
  • system manager via 25.05 nixpkgs (follows on the input)

Really appreciate the assist.

Cheers.

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions