Compare commits

..

No commits in common. "65b9888e90deb22988e96ec79d03166165a99f51" and "bdfd61ea8632349bdbfaafb6ab6c67d7f20e3948" have entirely different histories.

2 changed files with 0 additions and 50 deletions

View file

@ -13,9 +13,7 @@
./lldap.nix
./vaultwarden.nix
./radicale.nix
./calDavToCsv.nix
];
services.calDavToCsv.enable = true;
# Add flake support
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# Use the GRUB 2 boot loader.

48
flake.lock generated
View file

@ -1,48 +0,0 @@
{
"nodes": {
"calDavToCsv": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1763298643,
"narHash": "sha256-oFfWpSGnCtLVGUdOzpLExKLIA3Y7UXXGkAot7Ve3mXk=",
"ref": "refs/heads/main",
"rev": "0979838bf8d869c24957d32e1bae2fc30fa9be20",
"revCount": 11,
"type": "git",
"url": "https://git.stuce.ch/stuce/calDAVtoCSV"
},
"original": {
"type": "git",
"url": "https://git.stuce.ch/stuce/calDAVtoCSV"
}
},
"nixpkgs": {
"locked": {
"lastModified": 1763049705,
"narHash": "sha256-A5LS0AJZ1yDPTa2fHxufZN++n8MCmtgrJDtxFxrH4S8=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "3acb677ea67d4c6218f33de0db0955f116b7588c",
"type": "github"
},
"original": {
"owner": "nixos",
"ref": "nixos-25.05",
"repo": "nixpkgs",
"type": "github"
}
},
"root": {
"inputs": {
"calDavToCsv": "calDavToCsv",
"nixpkgs": "nixpkgs"
}
}
},
"root": "root",
"version": 7
}