all repos — mycal @ 2dc3eab4b03f9ed9af102e2e7941e0b9ac6eca23

private calendar anonymiser

Revert "remove flake-utils" This reverts commit f5a19a3075a4127ae604a5b2fe286d2d536bedcf.

Alan Pearce
commit

2dc3eab4b03f9ed9af102e2e7941e0b9ac6eca23

parent

59d16b691c84b6261beda83bcc06de02eb9ae2b4

1 file changed, 34 insertions(+), 0 deletions(-)

changed files
M flake.lockflake.lock
@@ -1,5 +1,23 @@
{ "nodes": { + "flake-utils": { + "inputs": { + "systems": "systems" + }, + "locked": { + "lastModified": 1731533236, + "narHash": "sha256-l0KFg5HjrsfsO/JpG+r7fRrqm12kzFHyUHqHCVpMMbI=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "11707dc2f618dd54ca8739b309ec4fc024de578b", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "nixpkgs": { "locked": { "lastModified": 1751792365,
@@ -64,10 +82,26 @@ }
}, "root": { "inputs": { + "flake-utils": "flake-utils", "nixpkgs": "nixpkgs", "pyproject-build-systems": "pyproject-build-systems", "pyproject-nix": "pyproject-nix", "uv2nix": "uv2nix" + } + }, + "systems": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" } }, "uv2nix": {