Update dependencies

This commit is contained in:
Charlotte Van Petegem 2022-09-10 19:22:58 +02:00
parent 68a8711376
commit 7e8b18383a
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 13 additions and 13 deletions

24
flake.lock generated
View file

@ -19,11 +19,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1662065525, "lastModified": 1662829731,
"narHash": "sha256-iZiuq7YH7UawZJ9Cr33nTzkSTWhxr7baAyL3w8sVX8I=", "narHash": "sha256-1a4BrqyGclxoJSVaDlb8J9OHdJpVRJ1kc8Cr1/lGq7Q=",
"owner": "accentor", "owner": "accentor",
"repo": "flake", "repo": "flake",
"rev": "f0f53207f0a229bb8445242a0569ba5b65112903", "rev": "dbf5177ba2def73331047e9cb711a4e341a61895",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -45,11 +45,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1662809456, "lastModified": 1662829330,
"narHash": "sha256-PeFxZcM9amKQNvvKexJ840lY9m9scBkwjIYPd3C8sFo=", "narHash": "sha256-+6dlzQNE7uSLlt0V6zWlYk26qOYDG8cCWvMLIfPnlnQ=",
"owner": "accentor", "owner": "accentor",
"repo": "api", "repo": "api",
"rev": "c66e3411fd644360b64a4e1e64d9dcb01addb5c1", "rev": "7b34b4a27beae129aa4d46100fee174f09f780fe",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -231,11 +231,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1662019588, "lastModified": 1662732537,
"narHash": "sha256-oPEjHKGGVbBXqwwL+UjsveJzghWiWV0n9ogo1X6l4cw=", "narHash": "sha256-iqxa+38SRU+SwNsKDyP8rZt79yPFGSgTe+K4Ujbb/uw=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "2da64a81275b68fdad38af669afeda43d401e94b", "rev": "74a1793c659d09d7cf738005308b1f86c90cb59b",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -305,11 +305,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1662808320, "lastModified": 1662829031,
"narHash": "sha256-un1sr4NlNoDJbS/k+vd+CVZvgwV1qGjvgPBIfiuG5go=", "narHash": "sha256-AjfQ98OglLcRq3ahn4sJYHKYDzuJ6QNVkjbdBdJDA70=",
"owner": "chvp", "owner": "chvp",
"repo": "tetris", "repo": "tetris",
"rev": "79167cb5ee3ab81ae75c1f38b3fcd2ecaaf798d4", "rev": "6ad50225186b82f8ae16bc5075e8e56420dcfa87",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -64,7 +64,7 @@
}; };
}; };
grafana-image-renderer = { grafana-image-renderer = {
enable = false; enable = true;
provisionGrafana = true; provisionGrafana = true;
chromium = pkgs.ungoogled-chromium; chromium = pkgs.ungoogled-chromium;
}; };