/ flake.lock
flake.lock
  1  {
  2    "nodes": {
  3      "fenix": {
  4        "inputs": {
  5          "nixpkgs": [
  6            "naersk",
  7            "nixpkgs"
  8          ],
  9          "rust-analyzer-src": "rust-analyzer-src"
 10        },
 11        "locked": {
 12          "lastModified": 1752475459,
 13          "narHash": "sha256-z6QEu4ZFuHiqdOPbYss4/Q8B0BFhacR8ts6jO/F/aOU=",
 14          "owner": "nix-community",
 15          "repo": "fenix",
 16          "rev": "bf0d6f70f4c9a9cf8845f992105652173f4b617f",
 17          "type": "github"
 18        },
 19        "original": {
 20          "owner": "nix-community",
 21          "repo": "fenix",
 22          "type": "github"
 23        }
 24      },
 25      "naersk": {
 26        "inputs": {
 27          "fenix": "fenix",
 28          "nixpkgs": "nixpkgs"
 29        },
 30        "locked": {
 31          "lastModified": 1763384566,
 32          "narHash": "sha256-r+wgI+WvNaSdxQmqaM58lVNvJYJ16zoq+tKN20cLst4=",
 33          "owner": "nix-community",
 34          "repo": "naersk",
 35          "rev": "d4155d6ebb70fbe2314959842f744aa7cabbbf6a",
 36          "type": "github"
 37        },
 38        "original": {
 39          "owner": "nix-community",
 40          "repo": "naersk",
 41          "type": "github"
 42        }
 43      },
 44      "nixpkgs": {
 45        "locked": {
 46          "lastModified": 1752077645,
 47          "narHash": "sha256-HM791ZQtXV93xtCY+ZxG1REzhQenSQO020cu6rHtAPk=",
 48          "owner": "NixOS",
 49          "repo": "nixpkgs",
 50          "rev": "be9e214982e20b8310878ac2baa063a961c1bdf6",
 51          "type": "github"
 52        },
 53        "original": {
 54          "owner": "NixOS",
 55          "ref": "nixpkgs-unstable",
 56          "repo": "nixpkgs",
 57          "type": "github"
 58        }
 59      },
 60      "nixpkgs_2": {
 61        "locked": {
 62          "lastModified": 1766807290,
 63          "narHash": "sha256-7sgUQMKMDvpeu9cwE7mWJfP9N3wJduunmJ/s8LOd9nk=",
 64          "owner": "NixOS",
 65          "repo": "nixpkgs",
 66          "rev": "4eec65df50d796a8fd9c146a09b5007916ce376b",
 67          "type": "github"
 68        },
 69        "original": {
 70          "owner": "NixOS",
 71          "ref": "nixpkgs-unstable",
 72          "repo": "nixpkgs",
 73          "type": "github"
 74        }
 75      },
 76      "root": {
 77        "inputs": {
 78          "naersk": "naersk",
 79          "nixpkgs": "nixpkgs_2",
 80          "utils": "utils"
 81        }
 82      },
 83      "rust-analyzer-src": {
 84        "flake": false,
 85        "locked": {
 86          "lastModified": 1752428706,
 87          "narHash": "sha256-EJcdxw3aXfP8Ex1Nm3s0awyH9egQvB2Gu+QEnJn2Sfg=",
 88          "owner": "rust-lang",
 89          "repo": "rust-analyzer",
 90          "rev": "591e3b7624be97e4443ea7b5542c191311aa141d",
 91          "type": "github"
 92        },
 93        "original": {
 94          "owner": "rust-lang",
 95          "ref": "nightly",
 96          "repo": "rust-analyzer",
 97          "type": "github"
 98        }
 99      },
100      "systems": {
101        "locked": {
102          "lastModified": 1681028828,
103          "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
104          "owner": "nix-systems",
105          "repo": "default",
106          "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
107          "type": "github"
108        },
109        "original": {
110          "owner": "nix-systems",
111          "repo": "default",
112          "type": "github"
113        }
114      },
115      "utils": {
116        "inputs": {
117          "systems": "systems"
118        },
119        "locked": {
120          "lastModified": 1731533236,
121          "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
122          "owner": "numtide",
123          "repo": "flake-utils",
124          "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
125          "type": "github"
126        },
127        "original": {
128          "owner": "numtide",
129          "repo": "flake-utils",
130          "type": "github"
131        }
132      }
133    },
134    "root": "root",
135    "version": 7
136  }