diff options
| author | Mathias Magnusson <mathias@magnusson.space> | 2025-11-18 16:00:45 +0100 |
|---|---|---|
| committer | Mathias Magnusson <mathias@magnusson.space> | 2025-11-18 16:00:45 +0100 |
| commit | 3c214d788e671e867231d30374465f14969c46dd (patch) | |
| tree | 46d6d89984b6f28960a3d399fb7c7ab4d1b41cb5 /flake.lock | |
| parent | c95b2340926c9158f72a8e4a0248ea0d7ac384f0 (diff) | |
| download | oden-3c214d788e671e867231d30374465f14969c46dd.tar.gz | |
move ddns setup to hetzner
Diffstat (limited to 'flake.lock')
| -rw-r--r-- | flake.lock | 19 |
1 files changed, 18 insertions, 1 deletions
@@ -101,7 +101,8 @@ "agenix": "agenix", "disko": "disko", "impermanence": "impermanence", - "nixpkgs": "nixpkgs" + "nixpkgs": "nixpkgs", + "unstable": "unstable" } }, "systems": { @@ -118,6 +119,22 @@ "repo": "default", "type": "github" } + }, + "unstable": { + "locked": { + "lastModified": 1763283776, + "narHash": "sha256-Y7TDFPK4GlqrKrivOcsHG8xSGqQx3A6c+i7novT85Uk=", + "owner": "nixos", + "repo": "nixpkgs", + "rev": "50a96edd8d0db6cc8db57dab6bb6d6ee1f3dc49a", + "type": "github" + }, + "original": { + "owner": "nixos", + "ref": "nixos-unstable", + "repo": "nixpkgs", + "type": "github" + } } }, "root": "root", |
