This commit is contained in:
Parker TenBroeck 2026-05-02 20:49:30 -04:00
parent 8722232549
commit e71ef24f9e
3 changed files with 2 additions and 1 deletions

View file

@ -17,6 +17,7 @@ I decided to make a 88x31 badge for fun and included a fun little puzzle inside
Here are some badges from people I know/like
{{ badge88x31(link="https://ivytime.gay", src="ivytime.gay.png", alt="Ivy's badge", new_tab=true) }}
{{ badge88x31(link="https://tpgc.me/", src="theboy.gif", alt="The Boys badge", new_tab=true) }}
---

Binary file not shown.

After

Width:  |  Height:  |  Size: 249 KiB

View file

@ -7,7 +7,7 @@ let
import
(fetchTarball {
url = "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz";
sha256 = "sha256:09qwbfkvk3jmqlpgis4v1m1fmh7zffi8drybb03mjqa95bynbs99";
sha256 = "17pr9kf46019gf9nkg7jsa0h81adwbkdjwlk0i57nycnhad3vph1";
})
{
system = pkgs.stdenv.hostPlatform.system;