pkgs.go -> pkgs.go-shortener
This commit is contained in:
parent
c091949a15
commit
38a6281fbd
@ -44,7 +44,7 @@ let
|
|||||||
wantedBy = [ "multi-user.target" ];
|
wantedBy = [ "multi-user.target" ];
|
||||||
|
|
||||||
path = with pkgs; [
|
path = with pkgs; [
|
||||||
go
|
go-shortener
|
||||||
];
|
];
|
||||||
|
|
||||||
environment = {
|
environment = {
|
||||||
@ -57,7 +57,7 @@ let
|
|||||||
serviceConfig = {
|
serviceConfig = {
|
||||||
User = "go";
|
User = "go";
|
||||||
Restart = "always";
|
Restart = "always";
|
||||||
ExecStart = "${pkgs.go}/bin/go";
|
ExecStart = "${pkgs.go-shortener}/bin/go";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
@ -19,7 +19,7 @@ let
|
|||||||
};
|
};
|
||||||
|
|
||||||
in np.buildNodePackage {
|
in np.buildNodePackage {
|
||||||
name = "go";
|
name = "go-shortener";
|
||||||
|
|
||||||
src = fetchgit {
|
src = fetchgit {
|
||||||
url = "http://cgit.lassul.us/go/";
|
url = "http://cgit.lassul.us/go/";
|
@ -3,7 +3,7 @@
|
|||||||
with import <stockholm/lib>;
|
with import <stockholm/lib>;
|
||||||
{
|
{
|
||||||
environment.systemPackages = [
|
environment.systemPackages = [
|
||||||
pkgs.go
|
pkgs.go-shortener
|
||||||
];
|
];
|
||||||
krebs.go = {
|
krebs.go = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user