/ flake.lock
flake.lock
  1  {
  2    "nodes": {
  3      "fenix": {
  4        "inputs": {
  5          "nixpkgs": "nixpkgs",
  6          "rust-analyzer-src": "rust-analyzer-src"
  7        },
  8        "locked": {
  9          "lastModified": 1751611255,
 10          "narHash": "sha256-OoD7QdCBKk41sjGr7UpTxXtVba2kc2gfdex2qUCO1FQ=",
 11          "owner": "nix-community",
 12          "repo": "fenix",
 13          "rev": "e60617a7e9ad348c2679557d01177f9d244e6e5d",
 14          "type": "github"
 15        },
 16        "original": {
 17          "owner": "nix-community",
 18          "repo": "fenix",
 19          "type": "github"
 20        }
 21      },
 22      "flake-utils": {
 23        "inputs": {
 24          "systems": "systems"
 25        },
 26        "locked": {
 27          "lastModified": 1731533236,
 28          "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
 29          "owner": "numtide",
 30          "repo": "flake-utils",
 31          "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
 32          "type": "github"
 33        },
 34        "original": {
 35          "owner": "numtide",
 36          "repo": "flake-utils",
 37          "type": "github"
 38        }
 39      },
 40      "nixpkgs": {
 41        "locked": {
 42          "lastModified": 1751271578,
 43          "narHash": "sha256-P/SQmKDu06x8yv7i0s8bvnnuJYkxVGBWLWHaU+tt4YY=",
 44          "owner": "nixos",
 45          "repo": "nixpkgs",
 46          "rev": "3016b4b15d13f3089db8a41ef937b13a9e33a8df",
 47          "type": "github"
 48        },
 49        "original": {
 50          "owner": "nixos",
 51          "ref": "nixos-unstable",
 52          "repo": "nixpkgs",
 53          "type": "github"
 54        }
 55      },
 56      "nixpkgs_2": {
 57        "locked": {
 58          "lastModified": 1751637120,
 59          "narHash": "sha256-xVNy/XopSfIG9c46nRmPaKfH1Gn/56vQ8++xWA8itO4=",
 60          "owner": "NixOS",
 61          "repo": "nixpkgs",
 62          "rev": "5c724ed1388e53cc231ed98330a60eb2f7be4be3",
 63          "type": "github"
 64        },
 65        "original": {
 66          "owner": "NixOS",
 67          "ref": "nixos-unstable",
 68          "repo": "nixpkgs",
 69          "type": "github"
 70        }
 71      },
 72      "root": {
 73        "inputs": {
 74          "fenix": "fenix",
 75          "flake-utils": "flake-utils",
 76          "nixpkgs": "nixpkgs_2"
 77        }
 78      },
 79      "rust-analyzer-src": {
 80        "flake": false,
 81        "locked": {
 82          "lastModified": 1751584117,
 83          "narHash": "sha256-X+eVYBgJtR5WtFGifchtuidsl0epV3+oKXVxdd9ntuY=",
 84          "owner": "rust-lang",
 85          "repo": "rust-analyzer",
 86          "rev": "040049b79973a742bbd0eef25369b983f764dc38",
 87          "type": "github"
 88        },
 89        "original": {
 90          "owner": "rust-lang",
 91          "ref": "nightly",
 92          "repo": "rust-analyzer",
 93          "type": "github"
 94        }
 95      },
 96      "systems": {
 97        "locked": {
 98          "lastModified": 1681028828,
 99          "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
100          "owner": "nix-systems",
101          "repo": "default",
102          "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
103          "type": "github"
104        },
105        "original": {
106          "owner": "nix-systems",
107          "repo": "default",
108          "type": "github"
109        }
110      }
111    },
112    "root": "root",
113    "version": 7
114  }