nix-init/flake.lock

128 lines
3.1 KiB
Plaintext
Raw Normal View History

2023-01-15 07:41:10 +03:00
{
"nodes": {
2023-02-24 20:11:19 +03:00
"crane": {
"inputs": {
"flake-compat": [],
2023-06-15 03:48:05 +03:00
"flake-utils": "flake-utils",
2023-02-24 20:11:19 +03:00
"nixpkgs": [
"nixpkgs"
],
"rust-overlay": []
},
"locked": {
2023-08-05 17:19:07 +03:00
"lastModified": 1691089569,
"narHash": "sha256-PYiaVen8kZKOl8Fd+IiChhRwR5oc9HwCqscvIArEEhU=",
2023-03-20 03:34:36 +03:00
"owner": "ipetkov",
2023-02-24 20:11:19 +03:00
"repo": "crane",
2023-08-05 17:19:07 +03:00
"rev": "1a551ae11bff91521cbeaebb8ca59a101c9f33f8",
2023-02-24 20:11:19 +03:00
"type": "github"
},
"original": {
2023-03-20 03:34:36 +03:00
"owner": "ipetkov",
2023-02-24 20:11:19 +03:00
"repo": "crane",
"type": "github"
}
},
"fenix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
],
"rust-analyzer-src": []
},
"locked": {
2023-08-05 17:19:07 +03:00
"lastModified": 1691216367,
"narHash": "sha256-hGAJLlrxlUjf2rNQDrUVOevYVxMjAHGiHVPNv5UmqvA=",
2023-02-24 20:11:19 +03:00
"owner": "nix-community",
"repo": "fenix",
2023-08-05 17:19:07 +03:00
"rev": "accce4f7f29327614501543c79dd421a6ac6f0fc",
2023-02-24 20:11:19 +03:00
"type": "github"
},
"original": {
"owner": "nix-community",
"repo": "fenix",
"type": "github"
}
},
2023-06-15 03:48:05 +03:00
"flake-parts": {
"inputs": {
"nixpkgs-lib": [
"nixpkgs"
]
},
"locked": {
2023-08-05 17:19:07 +03:00
"lastModified": 1690933134,
"narHash": "sha256-ab989mN63fQZBFrkk4Q8bYxQCktuHmBIBqUG1jl6/FQ=",
2023-06-15 03:48:05 +03:00
"owner": "hercules-ci",
"repo": "flake-parts",
2023-08-05 17:19:07 +03:00
"rev": "59cf3f1447cfc75087e7273b04b31e689a8599fb",
2023-06-15 03:48:05 +03:00
"type": "github"
},
"original": {
"owner": "hercules-ci",
"repo": "flake-parts",
"type": "github"
}
},
2023-02-24 20:11:19 +03:00
"flake-utils": {
2023-04-20 23:26:06 +03:00
"inputs": {
"systems": "systems"
},
2023-02-24 20:11:19 +03:00
"locked": {
2023-08-05 17:19:07 +03:00
"lastModified": 1689068808,
"narHash": "sha256-6ixXo3wt24N/melDWjq70UuHQLxGV8jZvooRanIHXw0=",
2023-02-24 20:11:19 +03:00
"owner": "numtide",
"repo": "flake-utils",
2023-08-05 17:19:07 +03:00
"rev": "919d646de7be200f3bf08cb76ae1f09402b6f9b4",
2023-02-24 20:11:19 +03:00
"type": "github"
},
"original": {
"owner": "numtide",
"repo": "flake-utils",
"type": "github"
}
},
2023-01-15 07:41:10 +03:00
"nixpkgs": {
"locked": {
2023-07-07 00:23:19 +03:00
"lastModified": 1688590700,
"narHash": "sha256-ZF055rIUP89cVwiLpG5xkJzx00gEuuGFF60Bs/LM3wc=",
2023-01-15 07:41:10 +03:00
"owner": "nixos",
"repo": "nixpkgs",
2023-07-07 00:23:19 +03:00
"rev": "f292b4964cb71f9dfbbd30dc9f511d6165cd109b",
2023-01-15 07:41:10 +03:00
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-unstable",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
2023-02-24 20:11:19 +03:00
"crane": "crane",
"fenix": "fenix",
2023-06-15 03:48:05 +03:00
"flake-parts": "flake-parts",
2023-01-15 07:41:10 +03:00
"nixpkgs": "nixpkgs"
}
2023-04-20 23:26:06 +03: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-01-15 07:41:10 +03:00
}
},
"root": "root",
"version": 7
}