summaryrefslogtreecommitdiff
path: root/flake.lock
blob: 49dca022ec4424be6a59a45cd63db5c54b596026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
{
  "nodes": {
    "fenix": {
      "inputs": {
        "nixpkgs": [
          "nixpkgs"
        ],
        "rust-analyzer-src": []
      },
      "locked": {
        "lastModified": 1717741716,
        "narHash": "sha256-v71DDu2gb02iBIAhUwu5mQZNtYD45QcbEqahqsOCCyU=",
        "owner": "nix-community",
        "repo": "fenix",
        "rev": "05f2a8ae62c45637b20d162fa2dd450b79e71c27",
        "type": "github"
      },
      "original": {
        "owner": "nix-community",
        "repo": "fenix",
        "type": "github"
      }
    },
    "flake-checks": {
      "locked": {
        "lastModified": 1716193450,
        "narHash": "sha256-wIbyIQRoLAfGe2v8W7LM6zEZ9Oy0jKuUX0HMUCLQJsM=",
        "owner": "getchoo",
        "repo": "flake-checks",
        "rev": "842c3f225677aa55e44b94342f19c8f3e6f2be06",
        "type": "github"
      },
      "original": {
        "owner": "getchoo",
        "repo": "flake-checks",
        "type": "github"
      }
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1717681334,
        "narHash": "sha256-HlvsMH8BNgdmQCwbBDmWp5/DfkEQYhXZHagJQCgbJU0=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "31f40991012489e858517ec20102f033e4653afb",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
        "ref": "nixpkgs-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "root": {
      "inputs": {
        "fenix": "fenix",
        "flake-checks": "flake-checks",
        "nixpkgs": "nixpkgs"
      }
    }
  },
  "root": "root",
  "version": 7
}