diff --git a/flakes/manual.toml b/flakes/manual.toml index a1b3d04..ae27c4d 100644 --- a/flakes/manual.toml +++ b/flakes/manual.toml @@ -43,11 +43,26 @@ type = "github" owner = "pinpox" repo = "nixos" +[[sources]] +type = "github" +owner = "Mic92" +repo = "sops-nix" + [[sources]] type = "github" owner = "PaddiM8" repo = "kalker" +[[sources]] +type = "github" +owner = "yusdacra" +repo = "nix-cargo-integration" + +[[sources]] +type = "github" +owner = "yusdacra" +repo = "rust-nix-templater" + [[sources]] type = "github" owner = "srid"