summaryrefslogtreecommitdiff
path: root/flake.lock
blob: 973c92487692edcc0b3af3baa62b5a2ed34358b2 (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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
{
  "nodes": {
    "home-manager": {
      "inputs": {
        "nixpkgs": "nixpkgs",
        "utils": "utils"
      },
      "locked": {
        "lastModified": 1677533532,
        "narHash": "sha256-2Ie47MONhIFOxvbLmwhmCCe/IoVDVd7YnoK61vu5Xy8=",
        "owner": "nix-community",
        "repo": "home-manager",
        "rev": "305daba44a9df57738cffc67c08129005a25579a",
        "type": "github"
      },
      "original": {
        "id": "home-manager",
        "type": "indirect"
      }
    },
    "my-nixpkgs": {
      "inputs": {
        "nur": "nur"
      },
      "locked": {
        "lastModified": 1677101996,
        "narHash": "sha256-ZRTYMzeDl3MC/LX4aTqwbswVkBWrmna//oMWSSozE94=",
        "ref": "refs/heads/master",
        "rev": "0da7d4bcced651199ab3512cf8f583a843634e5b",
        "revCount": 16,
        "type": "git",
        "url": "file:///home/qaristote/code/nix/my-nixpkgs"
      },
      "original": {
        "type": "git",
        "url": "file:///home/qaristote/code/nix/my-nixpkgs"
      }
    },
    "nixos-hardware": {
      "locked": {
        "lastModified": 1677574432,
        "narHash": "sha256-1Aun3MQ5T/HCw1ClzAiY+6boLQNY8Cg6jTOILrLkaJs=",
        "owner": "NixOS",
        "repo": "nixos-hardware",
        "rev": "dcbf93d500c54cfee7a7c854c4669d404236a821",
        "type": "github"
      },
      "original": {
        "id": "nixos-hardware",
        "type": "indirect"
      }
    },
    "nixpkgs": {
      "locked": {
        "lastModified": 1675115703,
        "narHash": "sha256-4zetAPSyY0D77x+Ww9QBe8RHn1akvIvHJ/kgg8kGDbk=",
        "owner": "nixos",
        "repo": "nixpkgs",
        "rev": "2caf4ef5005ecc68141ecb4aac271079f7371c44",
        "type": "github"
      },
      "original": {
        "owner": "nixos",
        "ref": "nixos-unstable",
        "repo": "nixpkgs",
        "type": "github"
      }
    },
    "nixpkgs_2": {
      "locked": {
        "lastModified": 1677468890,
        "narHash": "sha256-V4MPvt4PKaHSInRLWpaF8ICdC91SH+5bdd0FGxalJIg=",
        "owner": "NixOS",
        "repo": "nixpkgs",
        "rev": "3f19c04354dec3903f614eae09327a04d297835d",
        "type": "github"
      },
      "original": {
        "id": "nixpkgs",
        "type": "indirect"
      }
    },
    "nur": {
      "locked": {
        "lastModified": 1677170278,
        "narHash": "sha256-o5qDjkws6MhNclJONZz9KFH/GjNxiybrSLnoWvpFd+g=",
        "owner": "nix-community",
        "repo": "NUR",
        "rev": "53c1c2d19685514256c3dd665ac2e9d794b559e1",
        "type": "github"
      },
      "original": {
        "id": "nur",
        "type": "indirect"
      }
    },
    "root": {
      "inputs": {
        "home-manager": "home-manager",
        "my-nixpkgs": "my-nixpkgs",
        "nixos-hardware": "nixos-hardware",
        "nixpkgs": "nixpkgs_2"
      }
    },
    "utils": {
      "locked": {
        "lastModified": 1667395993,
        "narHash": "sha256-nuEHfE/LcWyuSWnS8t12N1wc105Qtau+/OdUAjtQ0rA=",
        "owner": "numtide",
        "repo": "flake-utils",
        "rev": "5aed5285a952e0b949eb3ba02c12fa4fcfef535f",
        "type": "github"
      },
      "original": {
        "owner": "numtide",
        "repo": "flake-utils",
        "type": "github"
      }
    }
  },
  "root": "root",
  "version": 7
}