Skip to content

Commit

Permalink
Merge pull request #146 from serokell/karandit/OPS-1467-use-pkgs-user…
Browse files Browse the repository at this point in the history
…-level-systemd

[OPS-1467] Fix missing pkgs in user-level-services.nix
  • Loading branch information
karandit authored Oct 23, 2023
2 parents 7187c3e + f4881d9 commit 6aa95ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/systemd/user-level-services.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
, pkgs ? nixpkgs.legacyPackages.${system}, ... }:
let
mkVM = moduleConfig: serviceConfig: nixpkgs.lib.nixosSystem {
inherit system;
inherit system pkgs;
modules = [ ({ ... }: {

imports = [ moduleConfig.module ];
Expand Down

0 comments on commit 6aa95ef

Please sign in to comment.