dms: add plugins declaratively

This commit is contained in:
Romain Paquet 2026-04-07 19:35:03 +00:00
parent 3bf00ee59a
commit 45a9d03a81
3 changed files with 41 additions and 2 deletions

View file

@ -65,5 +65,8 @@
lanzaboote.url = "github:nix-community/lanzaboote/v1.0.0";
lanzaboote.inputs.nixpkgs.follows = "nixpkgs";
dms-plugin-registry.url = "github:AvengeMedia/dms-plugin-registry";
dms-plugin-registry.inputs.nixpkgs.follows = "nixpkgs";
};
}