nix-config/shell.nix
lightly-toasted 210143a6c4 chore(y2q): remove runit
- Remove runit module and services
- Remove git-crypt (no longer needed)

The services are moved to https://github.com/lightly-toasted/homelab-ansible
2026-01-17 21:10:16 +09:00

12 lines
142 B
Nix

{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
buildInputs = with pkgs; [
nix
home-manager
git
sops
just
nh
];
}