-
Notifications
You must be signed in to change notification settings - Fork 39
Open
Labels
bugSomething isn't workingSomething isn't working
Description
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:
- I am running the
ubuntu-rebuldrecipie in this justfile - which will use this flake to configure
- build successful
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working