source: trunk/flake.lock

Last change on this file was 3187e00, checked in by Benoit Donneaux <benoit@…>, at 2024-12-05T10:51:56Z

Update nixpkgs to 24.11, drop test for python39 but add python312

Co-authored-by: Florian Sesser <florian@…>
Signed-off-by: Benoit Donneaux <benoit@…>

  • Property mode set to 100644
File size: 2.0 KB
Line 
1{
2  "nodes": {
3    "flake-compat": {
4      "flake": false,
5      "locked": {
6        "lastModified": 1733328505,
7        "narHash": "sha256-NeCCThCEP3eCl2l/+27kNNK7QrwZB1IJCrXfrbv5oqU=",
8        "owner": "edolstra",
9        "repo": "flake-compat",
10        "rev": "ff81ac966bb2cae68946d5ed5fc4994f96d0ffec",
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": 1731533236,
25        "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=",
26        "owner": "numtide",
27        "repo": "flake-utils",
28        "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b",
29        "type": "github"
30      },
31      "original": {
32        "owner": "numtide",
33        "repo": "flake-utils",
34        "type": "github"
35      }
36    },
37    "nixpkgs-24_11": {
38      "locked": {
39        "lastModified": 1733261153,
40        "narHash": "sha256-eq51hyiaIwtWo19fPEeE0Zr2s83DYMKJoukNLgGGpek=",
41        "owner": "NixOS",
42        "repo": "nixpkgs",
43        "rev": "b681065d0919f7eb5309a93cea2cfa84dec9aa88",
44        "type": "github"
45      },
46      "original": {
47        "owner": "NixOS",
48        "ref": "nixos-24.11",
49        "repo": "nixpkgs",
50        "type": "github"
51      }
52    },
53    "root": {
54      "inputs": {
55        "flake-compat": "flake-compat",
56        "flake-utils": "flake-utils",
57        "nixpkgs": [
58          "nixpkgs-24_11"
59        ],
60        "nixpkgs-24_11": "nixpkgs-24_11"
61      }
62    },
63    "systems": {
64      "locked": {
65        "lastModified": 1681028828,
66        "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
67        "owner": "nix-systems",
68        "repo": "default",
69        "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
70        "type": "github"
71      },
72      "original": {
73        "owner": "nix-systems",
74        "repo": "default",
75        "type": "github"
76      }
77    }
78  },
79  "root": "root",
80  "version": 7
81}
Note: See TracBrowser for help on using the repository browser.