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

@@ -3,11 +3,11 @@
cell,
}: let
inherit (inputs.nixpkgs) pkgs;
inherit (inputs.std) std;
inherit (inputs) std;
in {
default = std.lib.mkShell {
default = std.lib.dev.mkShell {
name = "nrd.sh";
imports = [std.devshellProfiles.default];
imports = [std.std.devshellProfiles.default];
commands = [
{package = cell.packages.astro;}
{package = pkgs.nodejs_latest;}