1
0
mirror of https://github.com/kmein/niveum synced 2026-03-16 10:11:08 +01:00

autorenkalender: get from flake

This commit is contained in:
2025-12-04 16:19:02 +01:00
parent bd84c35138
commit a08c41d3db
3 changed files with 25 additions and 10 deletions

View File

@@ -6,6 +6,7 @@
agenix.url = "github:ryantm/agenix";
# alew-web.url = "git+ssh://gitea@code.kmein.de:22022/kfm/alew-web.git?ref=refs/heads/master";
autorenkalender.url = "github:kmein/autorenkalender";
coptic-dictionary.url = "github:kmein/coptic-dictionary";
flake-utils.url = "github:numtide/flake-utils";
home-manager.url = "github:nix-community/home-manager/release-25.11";
@@ -30,6 +31,7 @@
wallpapers.url = "github:kmein/wallpapers";
ical-ephemeris.url = "git+ssh://gitea@code.kmein.de:22022/kfm/ical-ephemeris";
autorenkalender.inputs.nixpkgs.follows = "nixpkgs";
agenix.inputs.home-manager.follows = "home-manager";
agenix.inputs.nixpkgs.follows = "nixpkgs";
coptic-dictionary.inputs.nixpkgs.follows = "nixpkgs";