aboutsummaryrefslogtreecommitdiff
path: root/flake.lock
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-03-13 17:32:23 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-03-13 17:32:23 +0100
commitf7e041e35ebe588acf6f796f5bb03640619e1c68 (patch)
treedbb9bff8ecce5d1e58cb9192d842de2524abf1b1 /flake.lock
parent736dd54b50bd40d84f86bea2eb7fa66b2fe89d04 (diff)
downloadaerogramme-f7e041e35ebe588acf6f796f5bb03640619e1c68.tar.gz
aerogramme-f7e041e35ebe588acf6f796f5bb03640619e1c68.zip
WIP cargo2nix
Diffstat (limited to 'flake.lock')
-rw-r--r--flake.lock120
1 files changed, 120 insertions, 0 deletions
diff --git a/flake.lock b/flake.lock
new file mode 100644
index 0000000..e910376
--- /dev/null
+++ b/flake.lock
@@ -0,0 +1,120 @@
+{
+ "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"
+ }
+ },
+ "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"
+ }
+ },
+ "nixpkgs": {
+ "locked": {
+ "lastModified": 1672580127,
+ "narHash": "sha256-3lW3xZslREhJogoOkjeZtlBtvFMyxHku7I/9IVehhT8=",
+ "owner": "nixos",
+ "repo": "nixpkgs",
+ "rev": "0874168639713f547c05947c76124f78441ea46c",
+ "type": "github"
+ },
+ "original": {
+ "owner": "nixos",
+ "ref": "release-22.05",
+ "repo": "nixpkgs",
+ "type": "github"
+ }
+ },
+ "nixpkgs_2": {
+ "locked": {
+ "lastModified": 1678693419,
+ "narHash": "sha256-bbSv5yqZAW6dz+3f3f3pOUZbxpPN+3OgCljgn7P+nnQ=",
+ "owner": "NixOS",
+ "repo": "nixpkgs",
+ "rev": "8e3fad82be64c06fbfb9fd43993aec9ef4623936",
+ "type": "github"
+ },
+ "original": {
+ "id": "nixpkgs",
+ "type": "indirect"
+ }
+ },
+ "root": {
+ "inputs": {
+ "cargo2nix": "cargo2nix",
+ "nixpkgs": "nixpkgs_2"
+ }
+ },
+ "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"
+ }
+ }
+ },
+ "root": "root",
+ "version": 7
+}