feature: added ip-gather command for improved workflow
All checks were successful
/ check (push) Successful in 1m3s
/ deploy (push) Has been skipped

This commit is contained in:
Jermeiah S 2025-06-22 17:15:45 -04:00
parent 5b91c9f3f5
commit 2802db394f
No known key found for this signature in database
3 changed files with 50 additions and 1 deletions

View file

@ -1,11 +1,17 @@
{
perSystem =
{ pkgs, ... }:
{
self',
pkgs,
system,
...
}:
{
devShells.default = pkgs.mkShell {
name = "nixos-unified-template-shell";
meta.description = "Shell environment for modifying this Nix configuration";
packages = with pkgs; [
self'.packages.ip-gather
openssh
deploy-rs
ssh-to-age