projects
/
kconfig-hardened-check.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
cleanup
[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
}