mirror of
https://github.com/Mic92/sops-nix.git
synced 2024-12-14 11:57:52 +00:00
sops-install-secrets: get rid of delve import
This commit is contained in:
parent
59b9bab04d
commit
bb21643ce1
1 changed files with 1 additions and 5 deletions
|
@ -1,12 +1,8 @@
|
|||
{ buildGoModule ? (import <nixpkgs> {}).buildGoModule }:
|
||||
{ buildGoModule }:
|
||||
buildGoModule {
|
||||
pname = "sops-install-secrets";
|
||||
version = "0.0.1";
|
||||
|
||||
nativeBuildInputs = with import <nixpkgs> {}; [
|
||||
delve
|
||||
];
|
||||
|
||||
hardeningDisable = [ "all" ];
|
||||
|
||||
src = ./.;
|
||||
|
|
Loading…
Reference in a new issue