From 3b142508df363c5b01e166c370252b10103cc995 Mon Sep 17 00:00:00 2001 From: Dmitriy Kholkin Date: Tue, 8 Jul 2025 15:26:49 +0300 Subject: [PATCH] fix: deploy-rs overlay, add ssh-to-age to devshell --- flake.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/flake.nix b/flake.nix index 9126c7d..06502d3 100644 --- a/flake.nix +++ b/flake.nix @@ -150,7 +150,12 @@ name = "nixos-config"; packages = builtins.attrValues { - inherit (pkgs) deploy-rs nixfmt-rfc-style sops; + inherit (pkgs) + deploy-rs + nixfmt-rfc-style + sops + ssh-to-age + ; }; languages.nix = { enable = true; @@ -203,7 +208,7 @@ deployPkgs = import liteConfigNixpkgs { system = "x86_64-linux"; overlays = [ - inputs.deploy-rs.overlay + inputs.deploy-rs.overlays.default (_final: prev: { deploy-rs = { inherit (pkgs) deploy-rs;