1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-06-10 06:16:21 +02:00
github.com_the-nix-way_dev-.../gleam/flake.lock

62 lines
1.5 KiB
Plaintext
Raw Normal View History

2022-07-28 23:20:46 +02:00
{
"nodes": {
2022-07-31 12:57:49 +02:00
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1660405218,
"narHash": "sha256-brLy2+HlzrFwBX5jMCYgtnCXX3gsXPIQlw0k4DjFOvw=",
2022-07-31 12:57:49 +02:00
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "d66e34d345aaf8e0cbc406483e95cbdb6daa7712",
2022-07-31 12:57:49 +02:00
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
2022-07-28 23:20:46 +02:00
"flake-utils": {
"locked": {
2022-08-13 17:32:28 +02:00
"lastModified": 1659877975,
"narHash": "sha256-zllb8aq3YO3h8B/U0/J1WBgAL8EX5yWf5pMj3G0NAmc=",
2022-07-28 23:20:46 +02:00
"owner": "numtide",
"repo": "flake-utils",
2022-08-13 17:32:28 +02:00
"rev": "c0e246b9b83f637f4681389ecabcb2681b4f3af0",
2022-07-28 23:20:46 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2022-08-13 17:36:26 +02:00
"lastModified": 1660375717,
"narHash": "sha256-U/wSSm6eMfNoMG2Rq48+KPwJIq8bfuW/qcf5digYZ8g=",
2022-07-28 23:20:46 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-08-13 17:36:26 +02:00
"rev": "65c15b0a26593a77e65e4212d8d9f58d83844f07",
2022-07-28 23:20:46 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
2022-08-13 17:36:26 +02:00
"ref": "nixpkgs-unstable",
2022-07-28 23:20:46 +02:00
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
2022-07-31 12:57:49 +02:00
"dev": "dev"
2022-07-28 23:20:46 +02:00
}
}
},
"root": "root",
"version": 7
}