Compare commits

...

6 Commits

Author SHA1 Message Date
5e5c0c1e87 add link to website source
All checks were successful
buildbot/nix-eval Build done.
buildbot/nix-build Build done.
buildbot/nix-effects Build done.
2025-10-02 21:55:03 +02:00
c7a043c594 add nix flake 2025-10-01 20:51:51 +02:00
8dcfb652b6 remove 'hosted on' notice 2025-10-01 20:50:41 +02:00
275142e3d7 add now page 2025-10-01 20:50:12 +02:00
22fdb0e6f3 add more forges 2025-10-01 20:49:58 +02:00
af2d1c52fd add gitea instance 2025-09-25 00:52:54 +02:00
6 changed files with 56 additions and 18 deletions

View File

@@ -1,2 +1,3 @@
title: rpqt's web corner title: rpqt's web corner
layout: layouts/main.vto layout: layouts/main.vto
website_source: https://git.turifer.dev/rpqt/corner

View File

@@ -30,8 +30,7 @@
</main> </main>
<footer> <footer>
<div>© 2025 Romain Paquet</div> <div>© 2025 Romain Paquet</div>
<div>Built with <a href="https://lume.land">Lume</a></div> <div>Built with <a href="https://lume.land">lume</a> • <a href="{{ website_source }}">Source</a></div>
<div>Hosted on <a href="https://srht.site">SourceHut Pages</a></div>
</footer> </footer>
</body> </body>
</html> </html>

21
flake.lock generated
View File

@@ -1,5 +1,25 @@
{ {
"nodes": { "nodes": {
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1756770412,
"narHash": "sha256-+uWLQZccFHwqpGqr2Yt5VsW/PbeJVTn9Dk6SHWhNRPw=",
"owner": "hercules-ci",
"repo": "flake-parts",
"rev": "4524271976b625a4a605beefd893f270620fd751",
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1746904237, "lastModified": 1746904237,
@@ -18,6 +38,7 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"flake-parts": "flake-parts",
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
} }
} }

View File

@@ -1,20 +1,29 @@
{ {
inputs = { inputs = {
nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable"; nixpkgs.url = "github:nixos/nixpkgs?ref=nixos-unstable";
flake-parts.url = "github:hercules-ci/flake-parts";
flake-parts.inputs.nixpkgs-lib.follows = "nixpkgs";
}; };
outputs = outputs =
{ nixpkgs, ... }: inputs@{ flake-parts, ... }:
flake-parts.lib.mkFlake
{ {
devShells = inherit inputs;
let }
system = "x86_64-linux";
pkgs = import nixpkgs { inherit system; };
in
{ {
${system}.default = pkgs.mkShellNoCC { systems = [
packages = with pkgs; [ "x86_64-linux"
deno "aarch64-linux"
];
perSystem =
{ pkgs, ... }:
{
devShells.default = pkgs.mkShellNoCC {
packages = [
pkgs.deno
pkgs.nil # Nix language server pkgs.nil # Nix language server
pkgs.nixfmt-rfc-style pkgs.nixfmt-rfc-style
]; ];

5
now.md Normal file
View File

@@ -0,0 +1,5 @@
# What I'm up to
- I am doing an exchange at [AGH], in Kraków 🇵🇱, from October 2025 to February 2026.
[AGH]: https://www.agh.edu.pl/en/

View File

@@ -1,6 +1,9 @@
## Forges ## Forges
- [My Gitea instance](https://git.turifer.dev/rpqt)
- [Radicle node](https://app.radicle.xyz/nodes/radicle.rpqt.fr)
- [SourceHut](https://git.sr.ht/~rpqt) - [SourceHut](https://git.sr.ht/~rpqt)
- [GitHub](https://github.com/rpqt) - [GitHub](https://github.com/rpqt)
- [Codeberg](https://codeberg.org/rpqt) - [Codeberg](https://codeberg.org/rpqt)
- [GitLab](https://gitlab.com/rpqt) - [GitLab](https://gitlab.com/rpqt)
- [GRICAD GitLab instance](https://gricad-gitlab.univ-grenoble-alpes.fr/paquetr)