update website

This commit is contained in:
Grisha Shipunov 2025-02-10 12:08:08 +01:00
parent c95ccef488
commit f8db0c1b86
2 changed files with 7 additions and 7 deletions

12
flake.lock generated
View file

@ -704,18 +704,18 @@
]
},
"locked": {
"lastModified": 1738536830,
"narHash": "sha256-3QbNcI9qJ0tKv00w0r2Amqf9pylHVolcTyEi30WZxY8=",
"lastModified": 1739185568,
"narHash": "sha256-8wxwZP6WOWZCmpQzZlo5FG0Y8+hDr8O0U1cY6RB9OZQ=",
"ref": "main",
"rev": "6fd169aab3ce461fef6a1a4dcbb2ef643e12d9e6",
"revCount": 5,
"rev": "a1ab95888f08020483584d028c68617bafd27b5f",
"revCount": 7,
"type": "git",
"url": "https://codeberg.org/0xa/website.git"
"url": "https://git.oxapentane.com/0xa/website.git"
},
"original": {
"ref": "main",
"type": "git",
"url": "https://codeberg.org/0xa/website.git"
"url": "https://git.oxapentane.com/0xa/website.git"
}
}
},

View file

@ -42,7 +42,7 @@
};
website = {
url = "git+https://codeberg.org/0xa/website.git?ref=main";
url = "git+https://git.oxapentane.com/0xa/website.git?ref=main";
inputs.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils";
};