Skip to content

Commit

Permalink
build(nix): remove Enarx from deps
Browse files Browse the repository at this point in the history
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
  • Loading branch information
rvolosatovs committed Aug 26, 2023
1 parent 758b17a commit 2923d20
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions flake.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
{
description = "Profian Steward";

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
inputs.nixify.url = github:rvolosatovs/nixify;

outputs = {
self,
enarx,
nixify,
...
}:
Expand All @@ -26,10 +24,6 @@
"/rust-toolchain.toml"
];

overlays = [
enarx.overlays.default
];

clippy.allFeatures = true;
clippy.allTargets = true;
clippy.deny = ["warnings"];
Expand All @@ -41,7 +35,6 @@
}:
extendDerivations {
buildInputs = [
pkgs.enarx
pkgs.openssl
pkgs.wasmtime
];
Expand Down

0 comments on commit 2923d20

Please sign in to comment.