chore: update to latest astro ink version

This commit is contained in:
Timothy DeHerrera
2024-07-06 14:41:28 -06:00
parent 97aa45c32e
commit e4620874f9
84 changed files with 13949 additions and 4620 deletions

View File

@@ -1,6 +1,7 @@
{
inputs.std.url = "github:divnix/std/nixpkgs-config";
inputs.nixpkgs.follows = "std/nixpkgs";
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
inputs.std.url = "github:divnix/std/v0.23.2";
inputs.std.inputs.nixpkgs.follows = "nixpkgs";
outputs = inputs @ {std, ...}:
std.growOn {
inherit inputs;