working setup

This commit is contained in:
Till 2025-07-17 15:02:31 +02:00
parent d356eb604b
commit 08a543c953
3 changed files with 4 additions and 5 deletions

View file

@ -27,9 +27,9 @@
goethR = pkgs.rPackages.buildRPackage {
name = "goethR";
src = builtins.fetchGit {
url = "ssh://git@ktiu.net/home/git/goethR/";
url = "ssh://git@arielle.ktiu.net/home/git/goethR/";
ref = "main";
rev = "01776995974c800f6f340daa08fea06f0ff55b1e";
rev = "f84139455723907258c98384dca9cc58ddfff0ed";
};
propagatedBuildInputs = [];
nativeBuildInputs = [];