/ flake.lock
flake.lock
 1  {
 2    "nodes": {
 3      "fenix": {
 4        "inputs": {
 5          "nixpkgs": [
 6            "nixpkgs"
 7          ],
 8          "rust-analyzer-src": "rust-analyzer-src"
 9        },
10        "locked": {
11          "lastModified": 1753598717,
12          "narHash": "sha256-Kn5J8HDd+k51c72upNc9IKmIaqN+AqrZfhcU5rDEMHo=",
13          "owner": "nix-community",
14          "repo": "fenix",
15          "rev": "1dd2e6a479e1d6210d67bf10a119e10c508d9b5f",
16          "type": "github"
17        },
18        "original": {
19          "owner": "nix-community",
20          "repo": "fenix",
21          "type": "github"
22        }
23      },
24      "nixpkgs": {
25        "locked": {
26          "lastModified": 1753432016,
27          "narHash": "sha256-cnL5WWn/xkZoyH/03NNUS7QgW5vI7D1i74g48qplCvg=",
28          "owner": "NixOS",
29          "repo": "nixpkgs",
30          "rev": "6027c30c8e9810896b92429f0092f624f7b1aace",
31          "type": "github"
32        },
33        "original": {
34          "owner": "NixOS",
35          "ref": "nixpkgs-unstable",
36          "repo": "nixpkgs",
37          "type": "github"
38        }
39      },
40      "root": {
41        "inputs": {
42          "fenix": "fenix",
43          "nixpkgs": "nixpkgs",
44          "systems": "systems"
45        }
46      },
47      "rust-analyzer-src": {
48        "flake": false,
49        "locked": {
50          "lastModified": 1753540496,
51          "narHash": "sha256-BB8YntBL5sv6ZwuPz5bz7vL6f6LOHUHDct9yWvcQvvI=",
52          "owner": "rust-lang",
53          "repo": "rust-analyzer",
54          "rev": "ea413f67a8f730b4211c09e103f8207c62e7dbc3",
55          "type": "github"
56        },
57        "original": {
58          "owner": "rust-lang",
59          "ref": "nightly",
60          "repo": "rust-analyzer",
61          "type": "github"
62        }
63      },
64      "systems": {
65        "locked": {
66          "lastModified": 1681028828,
67          "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
68          "owner": "nix-systems",
69          "repo": "default",
70          "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
71          "type": "github"
72        },
73        "original": {
74          "owner": "nix-systems",
75          "repo": "default",
76          "type": "github"
77        }
78      }
79    },
80    "root": "root",
81    "version": 7
82  }