projects
/
kconfig-hardened-check.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
b37caf6f4c5daa5f8eee36a2d0a6cb33e7603f3e
[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
}