Skip to content

Commit 830f634

Browse files
committed
chore: add sops to deploy-rs package in nix
1 parent d61ae84 commit 830f634

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
in
2828
{
2929
deploy-rs = {
30-
3130
deploy-rs = final.rustPlatform.buildRustPackage (darwinOptions // {
3231
pname = "deploy-rs";
3332
version = "0.1.0";
@@ -40,6 +39,8 @@
4039
".*\.rs$"
4140
];
4241

42+
runtimeInputs = [ final.pkgs.sops ];
43+
4344
cargoLock.lockFile = ./Cargo.lock;
4445
meta = {
4546
description = "A Simple multi-profile Nix-flake deploy tool";

0 commit comments

Comments
 (0)