1
0
Fork 0
mirror of https://github.com/ryanccn/flake.git synced 2026-01-27 04:06:28 +01:00

feat: add comma & nix-index-database

This commit is contained in:
Ryan Cao 2024-09-04 19:02:23 +08:00
parent 1833524619
commit 158cebb96e
Signed by: ryanccn
GPG key ID: 48C96B2057D71CB1
4 changed files with 32 additions and 0 deletions

21
flake.lock generated
View file

@ -125,6 +125,26 @@
"type": "github"
}
},
"nix-index-database": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1725161148,
"narHash": "sha256-WfAHq3Ag3vLNFfWxKHjFBFdPI6JIideWFJod9mx1eoo=",
"owner": "nix-community",
"repo": "nix-index-database",
"rev": "32058e9138248874773630c846563b1a78ee7a5b",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nix-index-database",
"type": "github"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1725194671,
@ -205,6 +225,7 @@
"home-manager": "home-manager",
"nish": "nish",
"nix-darwin": "nix-darwin",
"nix-index-database": "nix-index-database",
"nixpkgs": "nixpkgs",
"nrr": "nrr",
"nyoom": "nyoom",