Add @11ty/eleventy package to dev shell

This commit is contained in:
Luka Korošec 2025-06-20 21:24:23 +02:00
parent 3ff6d210f0
commit b0d1441acf
Signed by: Pizmovc
GPG key ID: 4E1338930C2F3572
7 changed files with 60 additions and 1 deletions

17
flake.lock generated
View file

@ -1,5 +1,21 @@
{
"nodes": {
"eleventy-src": {
"flake": false,
"locked": {
"lastModified": 1750429373,
"narHash": "sha256-8ht2rUBMnHHxavXUiDXvOZ+kAtoA3rkrkaaFyC04bUI=",
"owner": "11ty",
"repo": "eleventy",
"rev": "afa9d9b8b5398da35aa3fc375c08889bf29a5182",
"type": "github"
},
"original": {
"owner": "11ty",
"repo": "eleventy",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
@ -36,6 +52,7 @@
},
"root": {
"inputs": {
"eleventy-src": "eleventy-src",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
}