Skip to content

Commit

Permalink
use the system nix package
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Apr 2, 2024
1 parent 4d6a36b commit b572ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@
environment.systemPackages = [ pkgs.comin ];
systemd.services.comin = {
wantedBy = [ "multi-user.target" ];
path = [ pkgs.nix ];
path = [ config.nix.package ];
# The comin service is restarted by comin itself when it
# detects the unit file changed.
restartIfChanged = false;
Expand Down

0 comments on commit b572ac3

Please sign in to comment.