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

View file

@ -42,7 +42,7 @@
}; };
website = { 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.nixpkgs.follows = "nixpkgs";
inputs.flake-utils.follows = "flake-utils"; inputs.flake-utils.follows = "flake-utils";
}; };