added deno overlay, modified flake name

This commit is contained in:
2024-09-29 21:16:20 -04:00
parent 646121d1cb
commit 59d8273498
2 changed files with 31 additions and 1 deletions

21
flake.lock generated
View File

@ -14,6 +14,26 @@
"url": "https://flakehub.com/f/DeterminateSystems/flake-schemas/%2A.tar.gz"
}
},
"nix-deno": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1713992202,
"narHash": "sha256-+sxjCORBeqOX4lgVGeoCiMRidLh8qpi21+NiOfiPr4k=",
"owner": "nekowinston",
"repo": "nix-deno",
"rev": "bb43316eb233e0cea0719a68b92cc797e4829169",
"type": "github"
},
"original": {
"owner": "nekowinston",
"repo": "nix-deno",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1725001927,
@ -31,6 +51,7 @@
"root": {
"inputs": {
"flake-schemas": "flake-schemas",
"nix-deno": "nix-deno",
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay"
}