dev-templates/rust/flake.lock

112 lines
2.8 KiB
Plaintext
Raw Normal View History

2022-07-16 16:48:23 +02:00
{
"nodes": {
2022-07-31 12:57:49 +02:00
"dev": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs"
},
"locked": {
"lastModified": 1659264500,
"narHash": "sha256-N87HcKMmIW0Gear0aGulCfaY1DSabSSv/FBH5qoVbDg=",
"owner": "the-nix-way",
"repo": "dev-templates",
"rev": "3e0478c9c4a1f32730adf545fd1a2d7099bf6842",
"type": "github"
},
"original": {
"owner": "the-nix-way",
"repo": "dev-templates",
"type": "github"
}
},
2022-07-16 16:48:23 +02:00
"flake-utils": {
"locked": {
"lastModified": 1656928814,
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"flake-utils_2": {
"locked": {
2022-07-30 15:45:56 +02:00
"lastModified": 1656928814,
"narHash": "sha256-RIFfgBuKz6Hp89yRr7+NR5tzIAbn52h8vT6vXkYjZoM=",
2022-07-16 16:48:23 +02:00
"owner": "numtide",
"repo": "flake-utils",
2022-07-30 15:45:56 +02:00
"rev": "7e2a3b3dfd9af950a856d66b0a7d01e3c18aa249",
2022-07-16 16:48:23 +02:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2022-07-31 12:27:38 +02:00
"lastModified": 1659259892,
"narHash": "sha256-ZLqbL2SE3kNUyO15uIqtqmp9XfVMV1FZ7F4vjSJGl9c=",
2022-07-16 16:48:23 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-07-31 12:27:38 +02:00
"rev": "d0617b0846cdf6e717f6418adcfe7f834ec20586",
2022-07-16 16:48:23 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
2022-07-30 15:45:56 +02:00
"lastModified": 1659102345,
"narHash": "sha256-Vbzlz254EMZvn28BhpN8JOi5EuKqnHZ3ujFYgFcSGvk=",
2022-07-16 16:48:23 +02:00
"owner": "NixOS",
"repo": "nixpkgs",
2022-07-30 15:45:56 +02:00
"rev": "11b60e4f80d87794a2a4a8a256391b37c59a1ea7",
2022-07-16 16:48:23 +02:00
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
2022-07-31 12:57:49 +02:00
"dev": "dev",
2022-07-16 16:48:23 +02:00
"rust-overlay": "rust-overlay"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_2"
},
"locked": {
2022-07-30 15:45:56 +02:00
"lastModified": 1659179790,
"narHash": "sha256-HhCjnO20QbJFJExExiwAslpx0YpB0qpovKejE+HpSQ4=",
2022-07-16 16:48:23 +02:00
"owner": "oxalica",
"repo": "rust-overlay",
2022-07-30 15:45:56 +02:00
"rev": "cc3c93a28de41ac38b93cdf075a6776c6e42d2a1",
2022-07-16 16:48:23 +02:00
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
}
},
"root": "root",
"version": 7
}