From 5b49059af534b63d3d02af0216f2cfaa01e7d038 Mon Sep 17 00:00:00 2001 From: dadada Date: Thu, 21 Jul 2022 00:43:55 +0200 Subject: [PATCH] add this flake to registry --- nixos/modules/update.nix | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/nixos/modules/update.nix b/nixos/modules/update.nix index 1c59a9b..6194e8a 100644 --- a/nixos/modules/update.nix +++ b/nixos/modules/update.nix @@ -17,6 +17,22 @@ in dates = "daily"; options = "--delete-older-than 3d"; }; + + extraOptions = '' + experimental-features = nix-command flakes + ''; + + registry."dadada" = { + from = { + type = "indirect"; + id = "dadada"; + }; + to = { + type = "github"; + owner = "dadada"; + repo = "nix-config"; + }; + }; }; system.autoUpgrade = {