mirror of
https://github.com/Noratrieb/nixos.git
synced 2026-01-14 11:45:06 +01:00
update
This commit is contained in:
parent
e0e17e4ff6
commit
8dbdbb8be8
1 changed files with 3 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ let
|
||||||
(pkgs.fetchFromGitHub {
|
(pkgs.fetchFromGitHub {
|
||||||
owner = "Noratrieb";
|
owner = "Noratrieb";
|
||||||
repo = "colouncher";
|
repo = "colouncher";
|
||||||
rev = "cd0c16497756b758ee184063e119f1bec2127f18";
|
rev = "bee16cced1e03419f31534d2811233f7aadd0043";
|
||||||
hash = "sha256-PcbYBojWMzb855u8+sk6hfu1hpHwInEcNBGk0/qqYtw=";
|
hash = "sha256-Aoyc2kk1xO4wfdi5+NT7Mhei2rvzaxP3Y9WifWqRN18=";
|
||||||
}))
|
}))
|
||||||
{ inherit pkgs; };
|
{ inherit pkgs; };
|
||||||
in
|
in
|
||||||
|
|
@ -24,6 +24,7 @@ in
|
||||||
Service = {
|
Service = {
|
||||||
ExecStart = pkgs.lib.getExe pkg;
|
ExecStart = pkgs.lib.getExe pkg;
|
||||||
Restart = "on-failure";
|
Restart = "on-failure";
|
||||||
|
Type = "notify";
|
||||||
};
|
};
|
||||||
|
|
||||||
Install.WantedBy = [
|
Install.WantedBy = [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue