1
1
mirror of https://github.com/tweag/nickel.git synced 2024-10-06 16:18:08 +03:00
nickel/flake.lock

107 lines
2.6 KiB
Plaintext
Raw Normal View History

2020-07-03 15:22:21 +03:00
{
"nodes": {
2022-01-17 01:17:41 +03:00
"flake-utils": {
"locked": {
2022-02-04 13:36:53 +03:00
"lastModified": 1642700792,
"narHash": "sha256-XqHrk7hFb+zBvRg6Ghl+AZDq03ov6OshJLiSWOoX5es=",
2022-01-17 01:17:41 +03:00
"owner": "numtide",
"repo": "flake-utils",
2022-02-04 13:36:53 +03:00
"rev": "846b2ae0fc4cc943637d3d1def4454213e203cba",
2022-01-17 01:17:41 +03:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2020-07-03 15:22:21 +03:00
"import-cargo": {
"locked": {
"lastModified": 1594305518,
"narHash": "sha256-frtArgN42rSaEcEOYWg8sVPMUK+Zgch3c+wejcpX3DY=",
2020-07-03 15:22:21 +03:00
"owner": "edolstra",
"repo": "import-cargo",
"rev": "25d40be4a73d40a2572e0cc233b83253554f06c5",
2020-07-03 15:22:21 +03:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "import-cargo",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2022-02-05 01:39:13 +03:00
"lastModified": 1643805626,
"narHash": "sha256-AXLDVMG+UaAGsGSpOtQHPIKB+IZ0KSd9WS77aanGzgc=",
2020-07-03 15:22:21 +03:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-02-05 01:39:13 +03:00
"rev": "554d2d8aa25b6e583575459c297ec23750adb6cb",
2020-07-03 15:22:21 +03:00
"type": "github"
},
"original": {
"id": "nixpkgs",
"ref": "nixos-unstable",
2020-07-03 15:22:21 +03:00
"type": "indirect"
}
},
"pre-commit-hooks": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1639823344,
"narHash": "sha256-jlsQb2y6A5dB1R0wVPLOfDGM0wLyfYqEJNzMtXuzCXw=",
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"rev": "ff9c0b459ddc4b79c06e19d44251daa8e9cd1746",
"type": "github"
},
"original": {
"owner": "cachix",
"repo": "pre-commit-hooks.nix",
"type": "github"
}
},
2020-07-03 15:22:21 +03:00
"root": {
"inputs": {
2022-01-17 01:17:41 +03:00
"flake-utils": "flake-utils",
2020-07-03 15:22:21 +03:00
"import-cargo": "import-cargo",
"nixpkgs": "nixpkgs",
"pre-commit-hooks": "pre-commit-hooks",
"rust-overlay": "rust-overlay"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2022-02-04 13:44:36 +03:00
"lastModified": 1643941258,
"narHash": "sha256-uHyEuICSu8qQp6adPTqV33ajiwoF0sCh+Iazaz5r7fo=",
"owner": "oxalica",
"repo": "rust-overlay",
2022-02-04 13:44:36 +03:00
"rev": "674156c4c2f46dd6a6846466cb8f9fee84c211ca",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
2020-07-03 15:22:21 +03:00
}
}
},
"root": "root",
"version": 7
}