Skip to content

Commit

Permalink
tru withSystemd
Browse files Browse the repository at this point in the history
  • Loading branch information
gdamjan authored Apr 2, 2023
1 parent 76b9b17 commit eb55c5c
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 @@ -8,6 +8,6 @@
pkgs = import nixpkgs { system = "x86_64-linux"; };
ttRss = (import ./tt-rss.nix { inherit pkgs; });
in {
packages.x86_64-linux.default = (import ./build.nix { inherit pkgs ttRss; });
packages.x86_64-linux.default = (import ./build.nix { inherit pkgs ttRss; withSystemd = false; });
};
}

0 comments on commit eb55c5c

Please sign in to comment.