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

[OPS-1467] Fix missing pkgs in user-level-services.nix #146

Merged
merged 1 commit into from
Oct 23, 2023

Commits on Oct 23, 2023

  1. [OPS-1467] Fix missing pkgs in user-level-services.nix

    Problem: in one of the consumers of user-level-servics.nix
    we bumped into a problem where a hand-crafted pkgs was used.
    As we didn't pass to the nixpkgs.lib.nixosSystem the incoming
    pkgs, the consumer didn't work as expected.
    
    Solution: pass pkgs to nixpkgs.lib.nixosSystem too
    karandit committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    f4881d9 View commit details
    Browse the repository at this point in the history