add this flake to registry

This commit is contained in:
Tim Schubert 2022-07-21 00:43:55 +02:00
parent cc133ee143
commit 5b49059af5
Signed by: dadada
GPG key ID: EEB8D1CE62C4DFEA

View file

@ -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 = {