Skip to content

Commit

Permalink
image-podvm: drop assertion supression
Browse files Browse the repository at this point in the history
This isn't needed any longer.

Signed-off-by: Paul Meyer <[email protected]>
  • Loading branch information
katexochen committed Oct 17, 2024
1 parent bc20f41 commit d712fa2
Showing 1 changed file with 1 addition and 11 deletions.
12 changes: 1 addition & 11 deletions packages/nixos/image.nix
Original file line number Diff line number Diff line change
@@ -1,12 +1,7 @@
# Copyright 2024 Edgeless Systems GmbH
# SPDX-License-Identifier: AGPL-3.0-only

{
config,
lib,
pkgs,
...
}:
{ config, pkgs, ... }:

{
# We build the image with systemd-repart, which integrates well
Expand Down Expand Up @@ -66,9 +61,4 @@
};
};
};

# TODO(msanft): fix upstream, patch available here:
# https://github.com/edgelesssys/nixpkgs/commit/7d68972f2a145b6705b901d3ec7eebb235b7aca8?diff=split&w=1#diff-b636d2e49e098b09a6f1b276ad981f0772cc9f93b23c3d23b3bdff54cd8fb287R702-R703
# But we don't want to use a forked nixpkgs.
assertions = lib.mkForce [ ];
}

0 comments on commit d712fa2

Please sign in to comment.