FreeKill/flake.lock
Xinyang Li 8aa8775fd6
Initial support for building with nix. (#106)
Add flake.nix to project, so this project can be built with nix. 

Also:
- Fix a died link in README.
- Add missing dependencies in docs for Ubuntu and Arch (not tested).
2023-04-08 11:25:29 +08:00

28 lines
564 B
JSON

{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1680724564,
"narHash": "sha256-eeUUGOTKTelYKDbUxKs0V7GUa186L2fym7jM2QQ4Oss=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "36adaa6aaa6b03e59102df0c1b12cdc3f23fd112",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}