source: trunk/flake.lock

Last change on this file was f4949c69, checked in by Jean-Paul Calderone <exarkun@…>, at 2023-07-21T15:17:26Z

relock with release/nixos-23.05 change

  • Property mode set to 100644
File size: 3.0 KB
Line 
1{
2  "nodes": {
3    "flake-compat": {
4      "flake": false,
5      "locked": {
6        "lastModified": 1673956053,
7        "narHash": "sha256-4gtG9iQuiKITOjNQQeQIpoIB6b16fm+504Ch3sNKLd8=",
8        "owner": "edolstra",
9        "repo": "flake-compat",
10        "rev": "35bb57c0c8d8b62bbfd284272c928ceb64ddbde9",
11        "type": "github"
12      },
13      "original": {
14        "owner": "edolstra",
15        "repo": "flake-compat",
16        "type": "github"
17      }
18    },
19    "flake-utils": {
20      "inputs": {
21        "systems": "systems"
22      },
23      "locked": {
24        "lastModified": 1687709756,
25        "narHash": "sha256-Y5wKlQSkgEK2weWdOu4J3riRd+kV/VCgHsqLNTTWQ/0=",
26        "owner": "numtide",
27        "repo": "flake-utils",
28        "rev": "dbabf0ca0c0c4bce6ea5eaf65af5cb694d2082c7",
29        "type": "github"
30      },
31      "original": {
32        "owner": "numtide",
33        "repo": "flake-utils",
34        "type": "github"
35      }
36    },
37    "nixpkgs-22_11": {
38      "locked": {
39        "lastModified": 1688392541,
40        "narHash": "sha256-lHrKvEkCPTUO+7tPfjIcb7Trk6k31rz18vkyqmkeJfY=",
41        "owner": "NixOS",
42        "repo": "nixpkgs",
43        "rev": "ea4c80b39be4c09702b0cb3b42eab59e2ba4f24b",
44        "type": "github"
45      },
46      "original": {
47        "owner": "NixOS",
48        "ref": "nixos-22.11",
49        "repo": "nixpkgs",
50        "type": "github"
51      }
52    },
53    "nixpkgs-23_05": {
54      "locked": {
55        "lastModified": 1689885880,
56        "narHash": "sha256-2ikAcvHKkKh8J/eUrwMA+wy1poscC+oL1RkN1V3RmT8=",
57        "owner": "NixOS",
58        "repo": "nixpkgs",
59        "rev": "fa793b06f56896b7d1909e4b69977c7bf842b2f0",
60        "type": "github"
61      },
62      "original": {
63        "owner": "NixOS",
64        "ref": "nixos-23.05",
65        "repo": "nixpkgs",
66        "type": "github"
67      }
68    },
69    "nixpkgs-unstable": {
70      "locked": {
71        "lastModified": 1689791806,
72        "narHash": "sha256-QpXjfiyBFwa7MV/J6nM5FoBreks9O7j9cAZxV22MR8A=",
73        "owner": "NixOS",
74        "repo": "nixpkgs",
75        "rev": "439ba0789ff84dddea64eb2d47a4a0d4887dbb1f",
76        "type": "github"
77      },
78      "original": {
79        "owner": "NixOS",
80        "ref": "pull/244135/head",
81        "repo": "nixpkgs",
82        "type": "github"
83      }
84    },
85    "root": {
86      "inputs": {
87        "flake-compat": "flake-compat",
88        "flake-utils": "flake-utils",
89        "nixpkgs": [
90          "nixpkgs-unstable"
91        ],
92        "nixpkgs-22_11": "nixpkgs-22_11",
93        "nixpkgs-23_05": "nixpkgs-23_05",
94        "nixpkgs-unstable": "nixpkgs-unstable"
95      }
96    },
97    "systems": {
98      "locked": {
99        "lastModified": 1681028828,
100        "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
101        "owner": "nix-systems",
102        "repo": "default",
103        "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
104        "type": "github"
105      },
106      "original": {
107        "owner": "nix-systems",
108        "repo": "default",
109        "type": "github"
110      }
111    }
112  },
113  "root": "root",
114  "version": 7
115}
Note: See TracBrowser for help on using the repository browser.