overlay/test.nix
2023-10-04 23:08:14 +02:00

10 lines
169 B
Nix

{ pkgs ? import <nixpkgs> { overlays = [ (import ./default.nix) ]; } }:
pkgs.mkShell {
buildInputs = with pkgs; [
cpthook
hacompanion
pulse-secure
];
}