diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2026-03-14 05:45:44 -0600 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2026-03-14 05:45:44 -0600 |
| commit | 440084f82cd907b0d235556606905b845a2d4e58 (patch) | |
| tree | 73859bf1da044b73c0dffe597159ff48ba9b3fb6 /flake.lock | |
| parent | c9039c07728de8dc268b76a568e015501e34d369 (diff) | |
add comma, clean up default module definitions
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -686,6 +686,26 @@ "type": "github" } }, + "nix-index-database": { + "inputs": { + "nixpkgs": [ + "nixpkgs-unstable" + ] + }, + "locked": { + "lastModified": 1772945408, + "narHash": "sha256-PMt48sEQ8cgCeljQ9I/32uoBq/8t8y+7W/nAZhf72TQ=", + "owner": "nix-community", + "repo": "nix-index-database", + "rev": "1c1d8ea87b047788fd7567adf531418c5da321ec", + "type": "github" + }, + "original": { + "owner": "nix-community", + "repo": "nix-index-database", + "type": "github" + } + }, "nixlib": { "locked": { "lastModified": 1736643958, @@ -887,6 +907,7 @@ "microvm": "microvm", "modded-minecraft-servers": "modded-minecraft-servers", "nix-colors": "nix-colors", + "nix-index-database": "nix-index-database", "nixos-generators": "nixos-generators", "nixpkgs": "nixpkgs_3", "nixpkgs-old": "nixpkgs-old", |
