/ flake.lock
flake.lock
  1  {
  2    "nodes": {
  3      "flake-utils": {
  4        "inputs": {
  5          "systems": "systems"
  6        },
  7        "locked": {
  8          "lastModified": 1731533236,
  9          "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
 10          "owner": "numtide",
 11          "repo": "flake-utils",
 12          "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
 13          "type": "github"
 14        },
 15        "original": {
 16          "owner": "numtide",
 17          "repo": "flake-utils",
 18          "type": "github"
 19        }
 20      },
 21      "nixpkgs": {
 22        "locked": {
 23          "lastModified": 1762081816,
 24          "narHash": "sha256-MlIrTGv41KhVRlR5UXIcGfeg5MMpNKy6dADMl/qPBLg=",
 25          "owner": "NixOs",
 26          "repo": "nixpkgs",
 27          "rev": "51bbe0973e58afe2f000757506f76cd256285d5f",
 28          "type": "github"
 29        },
 30        "original": {
 31          "owner": "NixOs",
 32          "repo": "nixpkgs",
 33          "type": "github"
 34        }
 35      },
 36      "root": {
 37        "inputs": {
 38          "flake-utils": "flake-utils",
 39          "nixpkgs": "nixpkgs",
 40          "rust-overlay": "rust-overlay",
 41          "treefmt-nix": "treefmt-nix"
 42        }
 43      },
 44      "rust-overlay": {
 45        "inputs": {
 46          "nixpkgs": [
 47            "nixpkgs"
 48          ]
 49        },
 50        "locked": {
 51          "lastModified": 1762051177,
 52          "narHash": "sha256-pESNTx/m3WnrYx+OujBtDP5Bj0/mAyHa4MgEwzkgkLE=",
 53          "owner": "oxalica",
 54          "repo": "rust-overlay",
 55          "rev": "08c33e87c4829bbdd42b5af247cf7a19e126369f",
 56          "type": "github"
 57        },
 58        "original": {
 59          "owner": "oxalica",
 60          "repo": "rust-overlay",
 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      "treefmt-nix": {
 80        "inputs": {
 81          "nixpkgs": [
 82            "nixpkgs"
 83          ]
 84        },
 85        "locked": {
 86          "lastModified": 1761311587,
 87          "narHash": "sha256-Msq86cR5SjozQGCnC6H8C+0cD4rnx91BPltZ9KK613Y=",
 88          "owner": "numtide",
 89          "repo": "treefmt-nix",
 90          "rev": "2eddae033e4e74bf581c2d1dfa101f9033dbd2dc",
 91          "type": "github"
 92        },
 93        "original": {
 94          "owner": "numtide",
 95          "repo": "treefmt-nix",
 96          "type": "github"
 97        }
 98      }
 99    },
100    "root": "root",
101    "version": 7
102  }