forked from trinitrix/core
1
0
Fork 0
core/flake.lock

164 lines
4.3 KiB
Plaintext
Raw Normal View History

{
"nodes": {
"crane": {
"inputs": {
"flake-compat": [
"flake-compat"
],
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
],
"rust-overlay": [
"rust-overlay"
]
},
"locked": {
2023-09-17 14:41:55 +00:00
"lastModified": 1693787605,
"narHash": "sha256-rwq5U8dy+a9JFny/73L0SJu1GfWwATMPMTp7D+mjHy8=",
"owner": "ipetkov",
"repo": "crane",
2023-09-17 14:41:55 +00:00
"rev": "8b4f7a4dab2120cf41e7957a28a853f45016bd9d",
"type": "github"
},
"original": {
"owner": "ipetkov",
"repo": "crane",
"type": "github"
}
},
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1673956053,
"narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"inputs": {
"systems": "systems"
},
"locked": {
2023-09-17 14:41:55 +00:00
"lastModified": 1694529238,
"narHash": "sha256-zsNZZGTGnMOf9YpHKJqMSsa0dXbfmxeoJ7xHlrt+xmY=",
"owner": "numtide",
"repo": "flake-utils",
2023-09-17 14:41:55 +00:00
"rev": "ff7b65b44d01cf9ba6a71320833626af21126384",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
"nixpkgs": {
"locked": {
2023-09-17 14:41:55 +00:00
"lastModified": 1694918968,
"narHash": "sha256-RzGnK7LtLXihhvrjxa/uq6bwrmWUM0PcIjgK0kQHtPU=",
"owner": "NixOS",
"repo": "nixpkgs",
2023-09-17 14:41:55 +00:00
"rev": "fd03a8aa6db25f12ed3799b37170e2933ecd5d4f",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"crane": "crane",
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
2023-07-24 15:18:43 +00:00
"rust-overlay": "rust-overlay",
"rustc_cranelift_backend": "rustc_cranelift_backend",
"rustc_cranelift_backend_src": "rustc_cranelift_backend_src"
}
},
"rust-overlay": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
2023-09-17 14:41:55 +00:00
"lastModified": 1694916722,
"narHash": "sha256-DBxuPOyhaHw3WY6s2KsaGyGrOkvmuiORC4DjIz8XTbM=",
"owner": "oxalica",
"repo": "rust-overlay",
2023-09-17 14:41:55 +00:00
"rev": "9d34219b9788fb5cde6f5b5759211d606f5131ec",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
},
2023-07-24 15:18:43 +00:00
"rustc_cranelift_backend": {
"flake": false,
"locked": {
2023-09-17 14:41:55 +00:00
"lastModified": 1694859153,
"narHash": "sha256-bdxzq1h2vug+AmSeU+Uwc4q3MeXn3gB2OD5/EswazMA=",
2023-07-24 15:18:43 +00:00
"owner": "bjorn3",
"repo": "rustc_codegen_cranelift",
2023-09-17 14:41:55 +00:00
"rev": "fbb276e933eadcd95aacd23c969de2e619d7004e",
2023-07-24 15:18:43 +00:00
"type": "github"
},
"original": {
"owner": "bjorn3",
"ref": "dev",
"repo": "rustc_codegen_cranelift",
"type": "github"
}
},
"rustc_cranelift_backend_src": {
"flake": false,
"locked": {
2023-09-17 14:41:55 +00:00
"narHash": "sha256-czqB48mcP3JbpfxfqQFgprmkabN28kjpIs/MrtssNek=",
2023-07-24 15:18:43 +00:00
"type": "tarball",
"url": "https://github.com/bjorn3/rustc_codegen_cranelift/releases/download/dev/cg_clif-x86_64-unknown-linux-gnu.tar.xz"
},
"original": {
"type": "tarball",
"url": "https://github.com/bjorn3/rustc_codegen_cranelift/releases/download/dev/cg_clif-x86_64-unknown-linux-gnu.tar.xz"
}
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
}
},
"root": "root",
"version": 7
}