Commit fa15cc95 by Alexander Popov

Drop default.nix (it contains a wrong utility name anyway)

parent 35f90af9
{ pkgs ? (import <nixpkgs> {}) }:
with pkgs;
pkgs.python3.pkgs.buildPythonPackage {
name = "kconfig-hardend-check";
src = ./.;
SOURCE_DATE_EPOCH = "1523278946";
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment