overlay/test.nix

10 lines
169 B
Nix
Raw Normal View History

2023-10-04 21:08:14 +00:00
{ pkgs ? import <nixpkgs> { overlays = [ (import ./default.nix) ]; } }:
pkgs.mkShell {
buildInputs = with pkgs; [
cpthook
hacompanion
pulse-secure
];
}