projects
/
kconfig-hardened-check.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
35f90af
)
Drop default.nix (it contains a wrong utility name anyway)
author
Alexander Popov
<alex.popov@linux.com>
Sat, 9 Sep 2023 20:19:46 +0000
(23:19 +0300)
committer
Alexander Popov
<alex.popov@linux.com>
Sun, 17 Sep 2023 16:50:43 +0000
(19:50 +0300)
default.nix
[deleted file]
patch
|
blob
|
history
diff --git
a/default.nix
b/default.nix
deleted file mode 100644
(file)
index
b37caf6
..0000000
--- a/
default.nix
+++ /dev/null
@@
-1,8
+0,0 @@
-{ pkgs ? (import <nixpkgs> {}) }:
-with pkgs;
-
-pkgs.python3.pkgs.buildPythonPackage {
- name = "kconfig-hardend-check";
- src = ./.;
- SOURCE_DATE_EPOCH = "1523278946";
-}