test_engine: refactor test_complex_or() and test_complex_and()
[kconfig-hardened-check.git] / default.nix
1 { pkgs ? (import <nixpkgs> {}) }:
2 with pkgs;
3
4 pkgs.python3.pkgs.buildPythonPackage {
5   name = "kconfig-hardend-check";
6   src = ./.;
7   SOURCE_DATE_EPOCH = "1523278946";
8 }