Skip to content

Commit 2923d20

Browse files
committed
build(nix): remove Enarx from deps
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 758b17a commit 2923d20

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

flake.nix

-7
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
11
{
22
description = "Profian Steward";
33

4-
inputs.enarx.url = github:enarx/enarx/23-08-26; # TODO: Switch to `main` or a release once https://github.com/enarx/enarx/pull/2545 merged
54
inputs.nixify.url = github:rvolosatovs/nixify;
65

76
outputs = {
87
self,
9-
enarx,
108
nixify,
119
...
1210
}:
@@ -26,10 +24,6 @@
2624
"/rust-toolchain.toml"
2725
];
2826

29-
overlays = [
30-
enarx.overlays.default
31-
];
32-
3327
clippy.allFeatures = true;
3428
clippy.allTargets = true;
3529
clippy.deny = ["warnings"];
@@ -41,7 +35,6 @@
4135
}:
4236
extendDerivations {
4337
buildInputs = [
44-
pkgs.enarx
4538
pkgs.openssl
4639
pkgs.wasmtime
4740
];

0 commit comments

Comments
 (0)