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";
|
name = "nixos-config";
|
||||||
packages = builtins.attrValues {
|
packages = builtins.attrValues {
|
||||||
inherit (pkgs) deploy-rs nixfmt-rfc-style sops;
|
inherit (pkgs)
|
||||||
|
deploy-rs
|
||||||
|
nixfmt-rfc-style
|
||||||
|
sops
|
||||||
|
ssh-to-age
|
||||||
|
;
|
||||||
};
|
};
|
||||||
languages.nix = {
|
languages.nix = {
|
||||||
enable = true;
|
enable = true;
|
||||||
@ -203,7 +208,7 @@
|
|||||||
deployPkgs = import liteConfigNixpkgs {
|
deployPkgs = import liteConfigNixpkgs {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
overlays = [
|
overlays = [
|
||||||
inputs.deploy-rs.overlay
|
inputs.deploy-rs.overlays.default
|
||||||
(_final: prev: {
|
(_final: prev: {
|
||||||
deploy-rs = {
|
deploy-rs = {
|
||||||
inherit (pkgs) deploy-rs;
|
inherit (pkgs) deploy-rs;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user