/ 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": 1764658058,
 12          "narHash": "sha256-SlTRd1nkReIkjshYNT6gXVtGSI3CjC+waV1ThDIWuUk=",
 13          "owner": "nix-community",
 14          "repo": "fenix",
 15          "rev": "12bd9c7bcbeb949741b3ad0ca2b3506d0718cf4d",
 16          "type": "github"
 17        },
 18        "original": {
 19          "owner": "nix-community",
 20          "repo": "fenix",
 21          "type": "github"
 22        }
 23      },
 24      "flake-compat": {
 25        "flake": false,
 26        "locked": {
 27          "lastModified": 1761588595,
 28          "narHash": "sha256-XKUZz9zewJNUj46b4AJdiRZJAvSZ0Dqj2BNfXvFlJC4=",
 29          "owner": "edolstra",
 30          "repo": "flake-compat",
 31          "rev": "f387cd2afec9419c8ee37694406ca490c3f34ee5",
 32          "type": "github"
 33        },
 34        "original": {
 35          "owner": "edolstra",
 36          "repo": "flake-compat",
 37          "type": "github"
 38        }
 39      },
 40      "gitignore": {
 41        "inputs": {
 42          "nixpkgs": [
 43            "hooks",
 44            "nixpkgs"
 45          ]
 46        },
 47        "locked": {
 48          "lastModified": 1709087332,
 49          "narHash": "sha256-HG2cCnktfHsKV0s4XW83gU3F57gaTljL9KNSuG6bnQs=",
 50          "owner": "hercules-ci",
 51          "repo": "gitignore.nix",
 52          "rev": "637db329424fd7e46cf4185293b9cc8c88c95394",
 53          "type": "github"
 54        },
 55        "original": {
 56          "owner": "hercules-ci",
 57          "repo": "gitignore.nix",
 58          "type": "github"
 59        }
 60      },
 61      "hooks": {
 62        "inputs": {
 63          "flake-compat": "flake-compat",
 64          "gitignore": "gitignore",
 65          "nixpkgs": [
 66            "nixpkgs"
 67          ]
 68        },
 69        "locked": {
 70          "lastModified": 1763988335,
 71          "narHash": "sha256-QlcnByMc8KBjpU37rbq5iP7Cp97HvjRP0ucfdh+M4Qc=",
 72          "owner": "cachix",
 73          "repo": "git-hooks.nix",
 74          "rev": "50b9238891e388c9fdc6a5c49e49c42533a1b5ce",
 75          "type": "github"
 76        },
 77        "original": {
 78          "owner": "cachix",
 79          "repo": "git-hooks.nix",
 80          "type": "github"
 81        }
 82      },
 83      "nixpkgs": {
 84        "locked": {
 85          "lastModified": 1764522689,
 86          "narHash": "sha256-SqUuBFjhl/kpDiVaKLQBoD8TLD+/cTUzzgVFoaHrkqY=",
 87          "owner": "NixOS",
 88          "repo": "nixpkgs",
 89          "rev": "8bb5646e0bed5dbd3ab08c7a7cc15b75ab4e1d0f",
 90          "type": "github"
 91        },
 92        "original": {
 93          "owner": "NixOS",
 94          "ref": "nixos-25.11",
 95          "repo": "nixpkgs",
 96          "type": "github"
 97        }
 98      },
 99      "root": {
100        "inputs": {
101          "fenix": "fenix",
102          "hooks": "hooks",
103          "nixpkgs": "nixpkgs"
104        }
105      },
106      "rust-analyzer-src": {
107        "flake": false,
108        "locked": {
109          "lastModified": 1764603480,
110          "narHash": "sha256-Hu3X6DJ9CM4Ew/JmQCTqSwhZ4QvSEoNvVaa7BxkBrTU=",
111          "owner": "rust-lang",
112          "repo": "rust-analyzer",
113          "rev": "f25db5500baa047106d74962fe361ea59ce6f91e",
114          "type": "github"
115        },
116        "original": {
117          "owner": "rust-lang",
118          "ref": "nightly",
119          "repo": "rust-analyzer",
120          "type": "github"
121        }
122      }
123    },
124    "root": "root",
125    "version": 7
126  }