📦 package and version updates

This commit is contained in:
2022-06-14 21:01:36 -04:00
parent be52b200c2
commit 010569495d
4 changed files with 12 additions and 12 deletions

View File

@ -77,7 +77,7 @@
{
devShells.default = pkgs.mkShell {
name = "athens";
buildInputs = [ darwin-local deploy-rs.packages.${system}.deploy-rs pkgs.nixpkgs-fmt pkgs.sops ];
buildInputs = [ darwin-local deploy-rs.packages.${system}.deploy-rs pkgs.nixpkgs-fmt pkgs.rnix-lsp pkgs.sops ];
};
}) // {
nixosConfigurations = {