fix: deploy-rs overlay, add ssh-to-age to devshell
This commit is contained in:
parent
c663c05238
commit
3b142508df
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user