Skip to content

Commit

Permalink
nix: update uplosi to support Azure TDX
Browse files Browse the repository at this point in the history
  • Loading branch information
malt3 committed Jan 16, 2024
1 parent 80edd29 commit dbf47b6
Show file tree
Hide file tree
Showing 2 changed files with 76 additions and 9 deletions.
72 changes: 71 additions & 1 deletion flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 5 additions & 8 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,16 @@
flake-utils = {
url = "github:numtide/flake-utils";
};
uplosi = {
url = "github:edgelesssys/uplosi/c2998ab5ea24dbed05c7c0bdc2d7b9980447377c";
};
};

outputs =
{ self
, nixpkgsUnstable
, flake-utils
, uplosi
}:
flake-utils.lib.eachDefaultSystem (system:
let
Expand Down Expand Up @@ -47,14 +51,7 @@
]);
}));

uplosiDev = (pkgsUnstable.uplosi.overrideAttrs (oldAttrs: rec {
src = pkgsUnstable.fetchFromGitHub {
owner = "edgelesssys";
repo = "uplosi";
rev = "0190e8c548b5811066b7e2d9db5e3167f51c005f";
hash = "sha256-AHj3XTX+vd8QP4hWGPAt2iJnrIGoiH61UgQMK7vlYU0=";
};
}));
uplosiDev = uplosi.outputs.packages."${system}".uplosi;

openssl-static = pkgsUnstable.openssl.override { static = true; };

Expand Down

0 comments on commit dbf47b6

Please sign in to comment.