mirror of
https://github.com/lightly-toasted/nix-config.git
synced 2026-01-31 08:30:25 +00:00
- Remove runit module and services - Remove git-crypt (no longer needed) The services are moved to https://github.com/lightly-toasted/homelab-ansible
12 lines
142 B
Nix
12 lines
142 B
Nix
{ pkgs ? import <nixpkgs> {} }:
|
|
|
|
pkgs.mkShell {
|
|
buildInputs = with pkgs; [
|
|
nix
|
|
home-manager
|
|
git
|
|
sops
|
|
just
|
|
nh
|
|
];
|
|
}
|