nix-config/shell.nix

10 lines
126 B
Nix

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