Added Dart
All checks were successful
Docker Deploy / build-and-push (push) Successful in 3m51s

This commit is contained in:
2026-02-16 14:13:28 -07:00
parent 399cff82b0
commit 0cf1cfa2b0
2 changed files with 7 additions and 0 deletions

View File

@@ -24,6 +24,7 @@
packages = with pkgs; [ packages = with pkgs; [
nodejs_24 nodejs_24
nodePackages.pnpm nodePackages.pnpm
git
]; ];
shellHook = '' shellHook = ''

View File

@@ -225,6 +225,12 @@ export const config: Config = {
"My NixOS proxy server configuration, named after a character in Legend of Dragoon for the PS1: Haschel", "My NixOS proxy server configuration, named after a character in Legend of Dragoon for the PS1: Haschel",
gitLink: "https://git.atri.dad/atridad/haschel", gitLink: "https://git.atri.dad/atridad/haschel",
}, },
{
id: "dart",
name: "Dart",
description: "My Nix macOS configuration, named after a character in Legend of Dragoon for the PS1: Dart",
gitLink: "https://git.atri.dad/atridad/dart",
},
{ {
id: "atrodotdad", id: "atrodotdad",
name: "Personal Site", name: "Personal Site",