This commit is contained in:
Till 2025-09-01 23:47:10 +02:00
parent 66d2dda8ef
commit 328d1ceff2
3 changed files with 15 additions and 15 deletions

View file

@ -48,6 +48,6 @@
];
programs.obs-studio.enable = true;
programs.freetube.enable = true;
# programs.freetube.enable = true;
}

View file

@ -7,7 +7,7 @@
lectuR = pkgs.rPackages.buildRPackage {
name = "lectuR";
src = builtins.fetchGit {
url = "ssh://git@ktiu.net/home/git/lectuR/";
url = "ssh://git@shorbut.ktiu.net/home/git/lectuR/";
ref = "main";
rev = "0aafe4eb057a7ec12b8d6ac40ce0bfc8dab80c2b";
};
@ -17,7 +17,7 @@
publishR = pkgs.rPackages.buildRPackage {
name = "publishR";
src = builtins.fetchGit {
url = "ssh://git@ktiu.net/home/git/publishR/";
url = "ssh://git@shorbut.ktiu.net/home/git/publishR/";
ref = "main";
rev = "ee137a66ca3b713205ac44e5165292e7ad6388b6";
};