This commit is contained in:
Stuce 2025-11-16 12:27:15 +01:00
parent 5e5c24c65a
commit 0f9784e83c
2 changed files with 6 additions and 40 deletions

44
flake.lock generated
View file

@ -2,17 +2,16 @@
"nodes": { "nodes": {
"calDavToCsv": { "calDavToCsv": {
"inputs": { "inputs": {
"flake-utils": "flake-utils",
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
] ]
}, },
"locked": { "locked": {
"lastModified": 1763291212, "lastModified": 1763292373,
"narHash": "sha256-4bTzGIb4ifWNiAMR740ptEFcML/bErg2OBEBfNBh/WQ=", "narHash": "sha256-GfhXGH86SUBUbssH4N/0qdCMeCiIHJ7qVLyydoi1d/s=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "b083d7134a1bb4fc9721aceabf5df542abed0ff2", "rev": "3efe1dad0ca6371329d74342b0b5365518d281f1",
"revCount": 7, "revCount": 9,
"type": "git", "type": "git",
"url": "https://git.stuce.ch/stuce/calDAVtoCSV" "url": "https://git.stuce.ch/stuce/calDAVtoCSV"
}, },
@ -58,24 +57,6 @@
"type": "github" "type": "github"
} }
}, },
"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"
}
},
"mnw": { "mnw": {
"locked": { "locked": {
"lastModified": 1758834834, "lastModified": 1758834834,
@ -115,7 +96,7 @@
"nixpkgs": [ "nixpkgs": [
"nixpkgs" "nixpkgs"
], ],
"systems": "systems_2" "systems": "systems"
}, },
"locked": { "locked": {
"lastModified": 1762622004, "lastModified": 1762622004,
@ -152,21 +133,6 @@
"repo": "default", "repo": "default",
"type": "github" "type": "github"
} }
},
"systems_2": {
"locked": {
"lastModified": 1681028828,
"narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=",
"owner": "nix-systems",
"repo": "default",
"rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e",
"type": "github"
},
"original": {
"owner": "nix-systems",
"repo": "default",
"type": "github"
}
} }
}, },
"root": "root", "root": "root",

View file

@ -28,7 +28,7 @@
modules = [ modules = [
./configuration.nix ./configuration.nix
nvf.nixosModules.default nvf.nixosModules.default
calDavToCsv.nixosModules calDavToCsv.nixosModules.default
# home-manager.nixosModules.home-manager # home-manager.nixosModules.home-manager
# { # {
# home-manager.useGlobalPkgs = true; # home-manager.useGlobalPkgs = true;