summaryrefslogtreecommitdiff
path: root/flake.lock
blob: 6662e79d07850a41dd5836dbb7a7af0209c280b1 (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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
{
  "nodes": {
    "flake-utils": {
      "locked": {
        "lastModified": 1676283394,
        "narHash": "sha256-XX2f9c3iySLCw54rJ/CZs+ZK6IQy7GXNY4nSOyu2QG4=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "3db36a8b464d0c4532ba1c7dda728f4576d6d073",
        "type": "github"
      },
      "original": {
        "id": "flake-utils",
        "type": "indirect"
      }
    },
    "my-nixpkgs": {
      "inputs": {
        "flake-utils": "flake-utils",
        "nixpkgs": "nixpkgs",
        "nur": "nur"
      },
      "locked": {
        "lastModified": 1679046461,
        "narHash": "sha256-GfLN7dJc7tmyNAn7LEvS3jPyS15/6guNZzkIrldzjCs=",
        "owner": "qaristote",
        "repo": "my-nixpkgs",
        "rev": "3fc0ae97b2a6a77fd7b31a132a85880d271e13dc",
        "type": "github"
      },
      "original": {
        "owner": "qaristote",
        "repo": "my-nixpkgs",
        "type": "github"
      }
    },
    "nixos-hardware": {
      "locked": {
        "lastModified": 1679075297,
        "narHash": "sha256-8TwS7NPQWW9iPejBwWzmjLnK8bQhdOMPpsj3KPAL6x8=",
        "owner": "NixOS",
        "repo": "nixos-hardware",
        "rev": "994584bb26ffa1deeaf56099601ef4bcc487273e",
        "type": "github"
      },
      "original": {
        "id": "nixos-hardware",
        "type": "indirect"
      }
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1677560409,
        "narHash": "sha256-PIvUIsVNozPXe1FmNe9c6B8Febl3t9+51uBKMJ1Q8o0=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "9e56d6ec92c8fb4192f1392aa5c4101ad77f2070",
        "type": "github"
      },
      "original": {
        "id": "nixpkgs",
        "type": "indirect"
      }
    },
    "nixpkgs_2": {
      "locked": {
        "lastModified": 1679043548,
        "narHash": "sha256-+GRsdjUm5UXVpOOQvOzcyx6FQBxZE3rmUnqc8AfRTfs=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "9ae25db0be36b005ac6ea70ced60eef9b0608d88",
        "type": "github"
      },
      "original": {
        "owner": "NixOS",
        "ref": "nixos-22.11-small",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "nur": {
      "locked": {
        "lastModified": 1677656154,
        "narHash": "sha256-C+LNfSAlWyRVNiwBoYodxnrVzDymA5dR36dg1epXAk4=",
        "owner": "nix-community",
        "repo": "NUR",
        "rev": "458246a5098156e4d8be62de85a03feec6a2e4fe",
        "type": "github"
      },
      "original": {
        "id": "nur",
        "type": "indirect"
      }
    },
    "root": {
      "inputs": {
        "my-nixpkgs": "my-nixpkgs",
        "nixos-hardware": "nixos-hardware",
        "nixpkgs": "nixpkgs_2"
      }
    }
  },
  "root": "root",
  "version": 7
}