feature: added ip-gather command for improved workflow
This commit is contained in:
parent
5b91c9f3f5
commit
2802db394f
3 changed files with 50 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue