Change to new domain

This commit is contained in:
2025-12-31 12:01:40 +03:00
parent 24c7727191
commit c4d06e65ef
7 changed files with 28 additions and 28 deletions
+1 -1
View File
@@ -3,7 +3,7 @@ let
pypkgs = pkgs.python3Packages;
in
pkgs.mkShell {
name = "codrs.ru";
name = "lair.moe";
buildInputs = with pypkgs; [
python