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

24
flake.lock generated
View file

@ -28,11 +28,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1753592768, "lastModified": 1755928099,
"narHash": "sha256-oV695RvbAE4+R9pcsT9shmp6zE/+IZe6evHWX63f2Qg=", "narHash": "sha256-OILVkfhRCm8u18IZ2DKR8gz8CVZM2ZcJmQBXmjFLIfk=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "fc3add429f21450359369af74c2375cb34a2d204", "rev": "4a44fb9f7555da362af9d499817084f4288a957f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -44,11 +44,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1754937576, "lastModified": 1755922037,
"narHash": "sha256-3sWA5WJybUE16kIMZ3+uxcxKZY/JRR4DFBqLdSLBo7w=", "narHash": "sha256-wY1+2JPH0ZZC4BQefoZw/k+3+DowFyfOxv17CN/idKs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "ddae11e58c0c345bf66efbddbf2192ed0e58f896", "rev": "b1b3291469652d5a2edb0becc4ef0246fff97a7c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -60,11 +60,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1755027561, "lastModified": 1755615617,
"narHash": "sha256-IVft239Bc8p8Dtvf7UAACMG5P3ZV+3/aO28gXpGtMXI=", "narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "005433b926e16227259a1843015b5b2b7f7d1fc3", "rev": "20075955deac2583bb12f07151c2df830ef346b4",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -80,11 +80,11 @@
"nixpkgs": "nixpkgs_2" "nixpkgs": "nixpkgs_2"
}, },
"locked": { "locked": {
"lastModified": 1755102471, "lastModified": 1756068343,
"narHash": "sha256-ecWsZvrU/v7phSRIulxUYoCZ+i8s+mQ0ecmxxcgHUko=", "narHash": "sha256-A9oegMNEvmlMYGiEP8n6gUTKOIVsIkhBjMep5E3lYxg=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nur", "repo": "nur",
"rev": "94c6c5b9798480dc220ee2cc8b1ce93a472a8d8f", "rev": "52f74f1fac9a23ef7364bb47edcdcfa6fa7f20f4",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

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

View file

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