rust-nix-template/flake.lock

128 lines
3.3 KiB
Text
Raw Normal View History

2021-04-07 00:17:50 +02:00
{
"nodes": {
"crate2nix": {
"flake": false,
"locked": {
2021-04-08 19:14:11 +02:00
"lastModified": 1617792032,
"narHash": "sha256-L94PQeY4zGynAKa6E+WqsK3x66YZbPuWb/uQ9LaXExY=",
"owner": "kolloch",
"repo": "crate2nix",
2021-04-08 19:14:11 +02:00
"rev": "1d2db45b82efb4608973bf3832cd2cf5f464ee91",
"type": "github"
},
"original": {
2021-04-08 19:14:11 +02:00
"owner": "kolloch",
"repo": "crate2nix",
"type": "github"
}
},
2021-04-07 05:25:05 +02:00
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1606424373,
"narHash": "sha256-oq8d4//CJOrVj+EcOaSXvMebvuTkmBJuT5tzlfewUnQ=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "99f1c2157fba4bfe6211a321fd0ee43199025dbf",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2021-04-08 06:06:28 +02:00
"flake-utils": {
"locked": {
"lastModified": 1614513358,
"narHash": "sha256-LakhOx3S1dRjnh0b5Dg3mbZyH0ToC9I8Y2wKSkBaTzU=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5466c5bbece17adaab2d82fae80b46e807611bf3",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2021-04-07 00:17:50 +02:00
"nixpkgs": {
"locked": {
2021-04-10 18:10:57 +02:00
"lastModified": 1617899217,
"narHash": "sha256-gd5JHH7IkeoIQ/oiGZSqDpGdGt7DMRJTQ8JiD8+hdOQ=",
2021-04-07 00:17:50 +02:00
"owner": "nixos",
"repo": "nixpkgs",
2021-04-10 18:10:57 +02:00
"rev": "9e377a6ce42dccd9b624ae4ce8f978dc892ba0e2",
2021-04-07 00:17:50 +02:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
2021-04-08 06:06:28 +02:00
"nixpkgs_2": {
"locked": {
"lastModified": 1617325113,
"narHash": "sha256-GksR0nvGxfZ79T91UUtWjjccxazv6Yh/MvEJ82v1Xmw=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "54c1e44240d8a527a8f4892608c4bce5440c3ecb",
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
2021-04-07 00:17:50 +02:00
"root": {
"inputs": {
"crate2nix": "crate2nix",
2021-04-07 05:25:05 +02:00
"flake-compat": "flake-compat",
"nixpkgs": "nixpkgs",
2021-04-08 06:06:28 +02:00
"rust-overlay": "rust-overlay",
"utils": "utils"
2021-04-07 00:17:50 +02:00
}
},
2021-04-08 06:06:28 +02:00
"rust-overlay": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs_2"
},
"locked": {
2021-04-10 18:10:57 +02:00
"lastModified": 1618021386,
"narHash": "sha256-jxuzRfJZs4+WqnbvduTOFBnPHM0CsusSV+plzP+QG9c=",
2021-04-08 06:06:28 +02:00
"owner": "oxalica",
"repo": "rust-overlay",
2021-04-10 18:10:57 +02:00
"rev": "6642000a09ac2d0a1a8d91849e28a36f2c6c35cf",
2021-04-08 06:06:28 +02:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"utils": {
"locked": {
"lastModified": 1617631617,
"narHash": "sha256-PARRCz55qN3gy07VJZIlFeOX420d0nGF0RzGI/9hVlw=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "b2c27d1a81b0dc266270fa8aeecebbd1807fc610",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2021-04-07 00:17:50 +02:00
}
},
"root": "root",
"version": 7
}