diff --git a/flake.lock b/flake.lock index 76d280e..e051e80 100644 --- a/flake.lock +++ b/flake.lock @@ -19,20 +19,20 @@ } }, "nixpkgs": { - "locked": { - "lastModified": 1717196966, - "narHash": "sha256-yZKhxVIKd2lsbOqYd5iDoUIwsRZFqE87smE2Vzf6Ck0=", - "owner": "NixOS", - "repo": "nixpkgs", - "rev": "57610d2f8f0937f39dbd72251e9614b1561942d8", - "type": "github" - }, - "original": { - "owner": "NixOS", - "ref": "nixos-unstable", - "repo": "nixpkgs", - "type": "github" - } + "locked": { + "lastModified": 1712963716, + "narHash": "sha256-WKm9CvgCldeIVvRz87iOMi8CFVB1apJlkUT4GGvA0iM=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "cfd6b5fc90b15709b780a5a1619695a88505a176", + "type": "github" + }, + "original": { + "owner": "NixOS", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } }, "root": { "inputs": { diff --git a/src/components/Projects.astro b/src/components/Projects.astro new file mode 100644 index 0000000..207c529 --- /dev/null +++ b/src/components/Projects.astro @@ -0,0 +1,76 @@ +--- +interface Props { + projects: { + name: string, + description: string, + date: Date, + dateVisual?: string, + links: string[] + }[] +} + +const { projects } = Astro.props; + +let lastYear = 0; +--- + +
{project.description}
+unfortunately, at the moment, i don't have too much interesting things for you to see. eventually when i get my shit together, you'll see more and more things appear on here
as always, my socials and contacts are on the left or top side of the screen for you to access if you wanna poke around in my git repositories
+