rust_vulkan_test/flake.lock

107 lines
2.6 KiB
Text
Raw Permalink Normal View History

2024-11-06 13:18:17 +01:00
{
"nodes": {
2024-11-06 22:13:46 +01:00
"flake-utils": {
2024-11-06 13:18:17 +01:00
"inputs": {
2024-11-06 22:13:46 +01:00
"systems": "systems"
2024-11-06 13:18:17 +01:00
},
"locked": {
2024-11-06 22:13:46 +01:00
"lastModified": 1726560853,
"narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a",
2024-11-06 13:18:17 +01:00
"type": "github"
},
"original": {
2024-11-06 22:13:46 +01:00
"owner": "numtide",
"repo": "flake-utils",
2024-11-06 13:18:17 +01:00
"type": "github"
}
},
"nixgl": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1713543440,
"narHash": "sha256-lnzZQYG0+EXl/6NkGpyIz+FEOc/DSEG57AP1VsdeNrM=",
"owner": "nix-community",
"repo": "nixGL",
"rev": "310f8e49a149e4c9ea52f1adf70cdc768ec53f8a",
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "nixGL",
"type": "github"
}
},
2024-11-06 13:18:17 +01:00
"nixpkgs": {
"locked": {
"lastModified": 1730831018,
"narHash": "sha256-2S0HwIFRxYp+afuoFORcZA9TjryAf512GmE0MTfEOPU=",
2024-11-06 22:13:46 +01:00
"owner": "nixos",
2024-11-06 13:18:17 +01:00
"repo": "nixpkgs",
"rev": "8c4dc69b9732f6bbe826b5fbb32184987520ff26",
"type": "github"
},
"original": {
2024-11-06 22:13:46 +01:00
"owner": "nixos",
"ref": "nixpkgs-unstable",
"repo": "nixpkgs",
"type": "github"
2024-11-06 13:18:17 +01:00
}
},
2024-11-06 22:13:46 +01:00
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixgl": "nixgl",
2024-11-06 22:13:46 +01:00
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay"
2024-11-06 13:18:17 +01:00
}
},
2024-11-06 22:13:46 +01:00
"rust-overlay": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
2024-11-06 13:18:17 +01:00
"locked": {
2024-11-06 22:13:46 +01:00
"lastModified": 1730860036,
"narHash": "sha256-u0sfA4B65Q9cRO3xpIkQ4nldB8isfdIb3rWtsnRZ+Iw=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "b8eb3aeb21629cbe14968a5e3b1cbaefb0d1b260",
2024-11-06 13:18:17 +01:00
"type": "github"
},
"original": {
2024-11-06 22:13:46 +01:00
"owner": "oxalica",
"repo": "rust-overlay",
2024-11-06 13:18:17 +01:00
"type": "github"
}
},
"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
}