aerogramme/flake.lock

211 lines
5.4 KiB
Plaintext
Raw Normal View History

2023-03-13 16:32:23 +00:00
{
"nodes": {
"cargo2nix": {
"inputs": {
"flake-compat": "flake-compat",
"flake-utils": "flake-utils",
"nixpkgs": "nixpkgs",
"rust-overlay": "rust-overlay"
},
"locked": {
"lastModified": 1673262828,
"narHash": "sha256-pDqno5/2ghQDt4LjVt5ZUMV9pTSA5rGGdz6Skf2rBwc=",
"owner": "Alexis211",
"repo": "cargo2nix",
"rev": "505caa32110d42ee03bd68b47031142eff9c827b",
"type": "github"
},
"original": {
"owner": "Alexis211",
"ref": "custom_unstable",
"repo": "cargo2nix",
"type": "github"
}
},
2023-05-09 13:39:29 +00:00
"fenix": {
"inputs": {
"nixpkgs": "nixpkgs_2",
"rust-analyzer-src": "rust-analyzer-src"
},
"locked": {
2023-07-25 17:08:48 +00:00
"lastModified": 1688484237,
"narHash": "sha256-qFUn2taHGe203wm7Oio4UGFz1sAiq+kitRexY3sQ1CA=",
2023-05-09 13:39:29 +00:00
"owner": "nix-community",
"repo": "fenix",
2023-07-25 17:08:48 +00:00
"rev": "626a9e0a84010728b335f14d3982e11b99af7dc6",
2023-05-09 13:39:29 +00:00
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "monthly",
"repo": "fenix",
"type": "github"
}
},
2023-03-13 16:32:23 +00:00
"flake-compat": {
"flake": false,
"locked": {
"lastModified": 1668681692,
"narHash": "sha256-Ht91NGdewz8IQLtWZ9LCeNXMSXHUss+9COoqu6JLmXU=",
"owner": "edolstra",
"repo": "flake-compat",
"rev": "009399224d5e398d03b22badca40a37ac85412a1",
"type": "github"
},
"original": {
"owner": "edolstra",
"repo": "flake-compat",
"type": "github"
}
},
"flake-utils": {
"locked": {
"lastModified": 1667395993,
"narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
"owner": "numtide",
"repo": "flake-utils",
"rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2023-05-09 13:39:29 +00:00
"flake-utils_2": {
"inputs": {
"systems": "systems"
},
"locked": {
2023-07-25 17:08:48 +00:00
"lastModified": 1689068808,
"narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=",
2023-05-09 13:39:29 +00:00
"owner": "numtide",
"repo": "flake-utils",
2023-07-25 17:08:48 +00:00
"rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
2023-05-09 13:39:29 +00:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2023-03-13 16:32:23 +00:00
"nixpkgs": {
"locked": {
2023-07-25 17:08:48 +00:00
"lastModified": 1672580127,
"narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=",
2023-03-13 16:32:23 +00:00
"owner": "nixos",
"repo": "nixpkgs",
2023-07-25 17:08:48 +00:00
"rev": "0874168639713f547c05947c76124f78441ea46c",
2023-03-13 16:32:23 +00:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "release-22.05",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_2": {
"locked": {
2023-07-25 17:08:48 +00:00
"lastModified": 1688231357,
"narHash": "sha256-ZOn16X5jZ6X5ror58gOJAxPfFLAQhZJ6nOUeS4tfFwo=",
2023-05-09 13:39:29 +00:00
"owner": "nixos",
"repo": "nixpkgs",
2023-07-25 17:08:48 +00:00
"rev": "645ff62e09d294a30de823cb568e9c6d68e92606",
2023-05-09 13:39:29 +00:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_3": {
"locked": {
2023-07-25 17:08:48 +00:00
"lastModified": 1690294827,
"narHash": "sha256-JV53dEaMM566e+6R4Wj58jBAkFg7HaZr3SsXZ9hdh40=",
2023-03-13 16:32:23 +00:00
"owner": "NixOS",
"repo": "nixpkgs",
2023-07-25 17:08:48 +00:00
"rev": "7ce0abe77d2ace6d6fc43ff7077019e62a77e741",
2023-03-13 16:32:23 +00:00
"type": "github"
},
"original": {
2023-05-09 13:39:29 +00:00
"owner": "NixOS",
"ref": "master",
"repo": "nixpkgs",
"type": "github"
2023-03-13 16:32:23 +00:00
}
},
"root": {
"inputs": {
"cargo2nix": "cargo2nix",
2023-05-09 13:39:29 +00:00
"fenix": "fenix",
"flake-utils": "flake-utils_2",
"nixpkgs": "nixpkgs_3"
}
},
"rust-analyzer-src": {
"flake": false,
"locked": {
2023-07-25 17:08:48 +00:00
"lastModified": 1688410727,
"narHash": "sha256-TqKZO9D64UDBCMY2sUP2ebAKP0oY7S9enrHfZaDiqBQ=",
2023-05-09 13:39:29 +00:00
"owner": "rust-lang",
"repo": "rust-analyzer",
2023-07-25 17:08:48 +00:00
"rev": "45272efec5fcb8bc46e303d6ced8bd2ba095a667",
2023-05-09 13:39:29 +00:00
"type": "github"
},
"original": {
"owner": "rust-lang",
"ref": "nightly",
"repo": "rust-analyzer",
"type": "github"
2023-03-13 16:32:23 +00:00
}
},
"rust-overlay": {
"inputs": {
"flake-utils": [
"cargo2nix",
"flake-utils"
],
"nixpkgs": [
"cargo2nix",
"nixpkgs"
]
},
"locked": {
"lastModified": 1673231106,
"narHash": "sha256-Tbw4N/TL+nHmxF8RBoOJbl/6DRRzado/9/ttPEzkGr8=",
"owner": "oxalica",
"repo": "rust-overlay",
"rev": "3488cec01351c2f1086b02a3a61808be7a25103e",
"type": "github"
},
"original": {
"owner": "oxalica",
"repo": "rust-overlay",
"type": "github"
}
2023-05-09 13:39:29 +00:00
},
"systems": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
2023-03-13 16:32:23 +00:00
}
},
"root": "root",
"version": 7
}