From 4795fe3a52fda27f4a2aa7e51a3b2eefb07c1689 Mon Sep 17 00:00:00 2001 From: Yusuf Bera Ertan Date: Wed, 23 Feb 2022 23:35:46 +0300 Subject: [PATCH] feat: add nix-cargo-integration and rust-nix-templater flakes (#359) * feat: add nix-cargo-integration and rust-nix-templater flakes * Add missing newline Co-authored-by: Yannik Sander --- flakes/manual.toml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) 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"