/ 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": 1728628307,
 12          "narHash": "sha256-GRMRHZyU+R0RqKPFFgi7BBMDIRFPnHaAhOIxlqyvbZQ=",
 13          "owner": "nix-community",
 14          "repo": "fenix",
 15          "rev": "b0a014d5b9dba793ebc205bcf12a93b5f6a4c66c",
 16          "type": "github"
 17        },
 18        "original": {
 19          "owner": "nix-community",
 20          "repo": "fenix",
 21          "type": "github"
 22        }
 23      },
 24      "flake-utils": {
 25        "inputs": {
 26          "systems": "systems"
 27        },
 28        "locked": {
 29          "lastModified": 1726560853,
 30          "narHash": "sha256-X6rJYSESBVr3hBoH0WbKE5KvhPU5bloyZ2L4K60/fPQ=",
 31          "owner": "numtide",
 32          "repo": "flake-utils",
 33          "rev": "c1dfcf08411b08f6b8615f7d8971a2bfa81d5e8a",
 34          "type": "github"
 35        },
 36        "original": {
 37          "owner": "numtide",
 38          "repo": "flake-utils",
 39          "type": "github"
 40        }
 41      },
 42      "nixpkgs": {
 43        "locked": {
 44          "lastModified": 1728538411,
 45          "narHash": "sha256-f0SBJz1eZ2yOuKUr5CA9BHULGXVSn6miBuUWdTyhUhU=",
 46          "owner": "NixOS",
 47          "repo": "nixpkgs",
 48          "rev": "b69de56fac8c2b6f8fd27f2eca01dcda8e0a4221",
 49          "type": "github"
 50        },
 51        "original": {
 52          "owner": "NixOS",
 53          "ref": "nixpkgs-unstable",
 54          "repo": "nixpkgs",
 55          "type": "github"
 56        }
 57      },
 58      "root": {
 59        "inputs": {
 60          "fenix": "fenix",
 61          "flake-utils": "flake-utils",
 62          "nixpkgs": "nixpkgs"
 63        }
 64      },
 65      "rust-analyzer-src": {
 66        "flake": false,
 67        "locked": {
 68          "lastModified": 1728505432,
 69          "narHash": "sha256-QFPMazeiGLo7AGy4RREmTgko0Quch/toMVKhGUjDEeo=",
 70          "owner": "rust-lang",
 71          "repo": "rust-analyzer",
 72          "rev": "0fb804acb375b02a3beeaceeb75b71969ef37b15",
 73          "type": "github"
 74        },
 75        "original": {
 76          "owner": "rust-lang",
 77          "ref": "nightly",
 78          "repo": "rust-analyzer",
 79          "type": "github"
 80        }
 81      },
 82      "systems": {
 83        "locked": {
 84          "lastModified": 1681028828,
 85          "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
 86          "owner": "nix-systems",
 87          "repo": "default",
 88          "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
 89          "type": "github"
 90        },
 91        "original": {
 92          "owner": "nix-systems",
 93          "repo": "default",
 94          "type": "github"
 95        }
 96      }
 97    },
 98    "root": "root",
 99    "version": 7
100  }