nvim-lspconfig/flake.lock
NotAShelf 46ce5fd8c0 chore: remove redundant flake-utils dependency; add nix-systems
Removes the redundant flake-utils dependency, and replaces
multi-system handling logic with a minimal function (zero deps!) that
supports [nix-systems](https://github.com/nix-systems). This gets rid of
the unnecessary flake-utils dependency.

Also see:
  * https://ayats.org/blog/no-flake-utils
2024-09-15 15:43:28 +02:00

43 lines
980 B
JSON

{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1699906975,
"narHash": "sha256-tvLhyy1iQj3vdW8tYt2uPNoTWt6FB87tG2HaaErk6tk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5c6e85ee472d37c904dd43f8f76b680602b9128f",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs",
"systems": "systems"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}