grin/flake.lock
chives101 de94f95cda
feat: Add nix/flake support (#3743)
* CI update - Ubuntu Image

* Add nix/flake support

Example:

nix build github:mimblewimble/grin

./result/bin/grin --help

* Ignore ./result in git repo

result is the default symlink output for nix build

---------

Co-authored-by: chives101 <chives101@users.noreply.github.com>
2023-05-02 19:34:37 +02:00

27 lines
566 B
JSON

{
"nodes": {
"nixpkgs": {
"locked": {
"lastModified": 1681411673,
"narHash": "sha256-23S0skJVstbQtrhy+65Bi4Jrdw74hY1OYbBnuuQausc=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "80d54821fffaffbc90409a1262ea91071e0dff8f",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "release-22.11",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}