Add .gitignore, use manifest v2

This commit is contained in:
2025-08-25 19:04:14 -04:00
parent d0d044e858
commit 84e1246fbc
3 changed files with 29 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
web-ext-artifacts/

27
flake.lock generated Normal file
View File

@@ -0,0 +1,27 @@
{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1755615617,
"narHash": "sha256-HMwfAJBdrr8wXAkbGhtcby1zGFvs+StOp19xNsbqdOg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "20075955deac2583bb12f07151c2df830ef346b4",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}

View File

@@ -1,5 +1,5 @@
{
"manifest_version": 3,
"manifest_version": 2,
"name": "yt-share-cleaner",
"version": "0.0.1",