rust-nix-template/flake.lock

129 lines
3.3 KiB
Text
Raw Normal View History

2021-04-07 00:17:50 +02:00
{
"nodes": {
"crate2nix": {
"flake": false,
"locked": {
2022-05-04 17:45:38 +02:00
"lastModified": 1650460722,
"narHash": "sha256-jk4SZ8iOnfJEceVULjyOAq4MrX9CfU5bCWMyZP9nJVA=",
2021-04-08 19:14:11 +02:00
"owner": "kolloch",
"repo": "crate2nix",
2022-05-04 17:45:38 +02:00
"rev": "78258f27fc3121562a44eb02c652a5ec77cf8d02",
"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": {
2022-05-04 17:45:38 +02:00
"lastModified": 1650374568,
"narHash": "sha256-Z+s0J8/r907g149rllvwhb4pKi8Wam5ij0st8PwAh+E=",
2021-04-07 05:25:05 +02:00
"owner": "edolstra",
"repo": "flake-compat",
2022-05-04 17:45:38 +02:00
"rev": "b4a34015c698c7793d592d66adbab377907a2be8",
2021-04-07 05:25:05 +02:00
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
2021-04-08 06:06:28 +02:00
"flake-utils": {
"locked": {
2022-05-04 17:45:38 +02:00
"lastModified": 1637014545,
"narHash": "sha256-26IZAc5yzlD9FlDT54io1oqG/bBoyka+FJk5guaX4x4=",
2021-04-08 06:06:28 +02:00
"owner": "numtide",
"repo": "flake-utils",
2022-05-04 17:45:38 +02:00
"rev": "bba5dcc8e0b20ab664967ad83d24d64cb64ec4f4",
2021-04-08 06:06:28 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2021-04-07 00:17:50 +02:00
"nixpkgs": {
"locked": {
2022-05-04 17:45:38 +02:00
"lastModified": 1651558728,
"narHash": "sha256-8HzyRnWlgZluUrVFNOfZAOlA1fghpOSezXvxhalGMUo=",
2021-04-07 00:17:50 +02:00
"owner": "nixos",
"repo": "nixpkgs",
2022-05-04 17:45:38 +02:00
"rev": "cbe587c735b734405f56803e267820ee1559e6c1",
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": {
2022-05-04 17:45:38 +02:00
"lastModified": 1637453606,
"narHash": "sha256-Gy6cwUswft9xqsjWxFYEnx/63/qzaFUwatcbV5GF/GQ=",
"owner": "NixOS",
2021-04-08 06:06:28 +02:00
"repo": "nixpkgs",
2022-05-04 17:45:38 +02:00
"rev": "8afc4e543663ca0a6a4f496262cd05233737e732",
2021-04-08 06:06:28 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
2022-05-04 17:45:38 +02:00
"ref": "nixpkgs-unstable",
2021-04-08 06:06:28 +02:00
"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": {
2022-05-04 17:45:38 +02:00
"lastModified": 1651632340,
"narHash": "sha256-Kq1yghXZxJ12Sw1nbzoO2Ag8/AxqbbD84wiz8go159o=",
2021-04-08 06:06:28 +02:00
"owner": "oxalica",
"repo": "rust-overlay",
2022-05-04 17:45:38 +02:00
"rev": "88991ffbd57e10b474ea768ec0b54c4f379c566c",
2021-04-08 06:06:28 +02:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
"utils": {
"locked": {
2022-05-04 17:45:38 +02:00
"lastModified": 1649676176,
"narHash": "sha256-OWKJratjt2RW151VUlJPRALb7OU2S5s+f0vLj4o1bHM=",
"owner": "numtide",
"repo": "flake-utils",
2022-05-04 17:45:38 +02:00
"rev": "a4b154ebbdc88c8498a5c7b01589addc9e9cb678",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
2021-04-07 00:17:50 +02:00
}
},
"root": "root",
"version": 7
}