add this flake to registry
This commit is contained in:
parent
cc133ee143
commit
5b49059af5
1 changed files with 16 additions and 0 deletions
|
@ -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 = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue