use nix-systems

This commit is contained in:
Reid 2025-12-14 13:55:51 -08:00
parent 5fe76f6f45
commit c21185aef8
Signed by: reidlab
GPG key ID: DAF5EAF6665839FD
3 changed files with 57 additions and 69 deletions

View file

@ -2,6 +2,8 @@
"name": "reidlab-pink",
"version": "1.0.0",
"description": "reidlab.pink",
"author": "reidlab",
"license": "MIT",
"scripts": {
"dev": "astro dev",
"build": "npm run lint && astro check && astro build",
@ -9,8 +11,6 @@
"lint": "eslint .",
"lint:fix": "eslint . --fix"
},
"author": "reidlab",
"license": "MIT",
"dependencies": {
"@astrojs/check": "^0.7.0",
"@astrojs/sitemap": "^3.1.5",