Change to new domain

This commit is contained in:
2025-12-31 12:01:40 +03:00
committed by Sweetbread
parent 000465079b
commit c806dfff6c
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