Skip to content
Snippets Groups Projects
flake.lock 2.95 KiB
Newer Older
Vincent Lafeychine's avatar
Vincent Lafeychine committed
{
  "nodes": {
    "crane": {
      "inputs": {
        "nixpkgs": [
          "nixpkgs"
        ]
      },
      "locked": {
        "lastModified": 1713979152,
        "narHash": "sha256-apdecPuh8SOQnkEET/kW/UcfjCRb8JbV5BKjoH+DcP4=",
        "owner": "ipetkov",
        "repo": "crane",
        "rev": "a5eca68a2cf11adb32787fc141cddd29ac8eb79c",
        "type": "github"
      },
      "original": {
        "owner": "ipetkov",
        "repo": "crane",
        "type": "github"
      }
    },
Vincent Lafeychine's avatar
Vincent Lafeychine committed
    "fenix": {
      "inputs": {
        "nixpkgs": [
          "nixpkgs"
        ],
        "rust-analyzer-src": "rust-analyzer-src"
      },
      "locked": {
        "lastModified": 1714026264,
        "narHash": "sha256-rIRsxOZ/eUnWVHfbJlXXQtYriPICFgHGyao5jxm1FMQ=",
Vincent Lafeychine's avatar
Vincent Lafeychine committed
        "owner": "nix-community",
        "repo": "fenix",
        "rev": "4e14e4f21fbd7afae40a492b7d937cbf16f76b11",
Vincent Lafeychine's avatar
Vincent Lafeychine committed
        "type": "github"
      },
      "original": {
        "owner": "nix-community",
        "repo": "fenix",
        "type": "github"
      }
    },
    "flake-utils": {
      "inputs": {
        "systems": "systems"
      },
      "locked": {
        "lastModified": 1710146030,
        "narHash": "sha256-SZ5L6eA7HJ/nmkzGG7/ISclqe6oZdOZTNoesiInkXPQ=",
Vincent Lafeychine's avatar
Vincent Lafeychine committed
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "b1d9ab70662946ef0850d488da1c9019f3a9752a",
Vincent Lafeychine's avatar
Vincent Lafeychine committed
        "type": "github"
      },
      "original": {
        "owner": "numtide",
        "repo": "flake-utils",
        "type": "github"
      }
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1713828541,
        "narHash": "sha256-KtvQeE12MSkCOhvVmnmcZCjnx7t31zWin2XVSDOwBDE=",
Vincent Lafeychine's avatar
Vincent Lafeychine committed
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "b500489fd3cf653eafc075f9362423ad5cdd8676",
Vincent Lafeychine's avatar
Vincent Lafeychine committed
        "type": "github"
      },
      "original": {
        "id": "nixpkgs",
Vincent Lafeychine's avatar
Vincent Lafeychine committed
        "type": "indirect"
      }
    },
    "root": {
      "inputs": {
        "crane": "crane",
Vincent Lafeychine's avatar
Vincent Lafeychine committed
        "fenix": "fenix",
        "flake-utils": "flake-utils",
        "nixpkgs": "nixpkgs"
      }
    },
    "rust-analyzer-src": {
      "flake": false,
      "locked": {
        "lastModified": 1713944769,
        "narHash": "sha256-CmR7q1UAgW9OaJaahz3gCzzUY4ROvVI92xjfSp9xot4=",
Vincent Lafeychine's avatar
Vincent Lafeychine committed
        "owner": "rust-lang",
        "repo": "rust-analyzer",
        "rev": "73a427588a787847fb0e9547d7615200587165db",
Vincent Lafeychine's avatar
Vincent Lafeychine committed
        "type": "github"
      },
      "original": {
        "owner": "rust-lang",
        "ref": "nightly",
        "repo": "rust-analyzer",
        "type": "github"
      }
    },
    "systems": {
      "locked": {
        "lastModified": 1681028828,
        "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
        "owner": "nix-systems",
        "repo": "default",
        "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
        "type": "github"
      },
      "original": {
        "owner": "nix-systems",
        "repo": "default",
        "type": "github"
      }
    }
  },
  "root": "root",
  "version": 7
}