Skip to content

Commit

Permalink
image: use uplosi from nixpkgs-unstable (#3543)
Browse files Browse the repository at this point in the history
* image: correct sharing profile for Azure gallery

* nix: use uplosi from nixpkgs-unstable instead of GitHub
  • Loading branch information
burgerdev authored Dec 11, 2024
1 parent 54878dd commit 37e21b2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 34 deletions.
26 changes: 1 addition & 25 deletions flake.lock

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

10 changes: 1 addition & 9 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,13 @@
flake-utils = {
url = "github:numtide/flake-utils";
};
uplosi = {
url = "github:edgelesssys/uplosi";
inputs.nixpkgs.follows = "nixpkgsUnstable";
inputs.flake-utils.follows = "flake-utils";
};
};

outputs =
{
self,
nixpkgsUnstable,
flake-utils,
uplosi,
}:
flake-utils.lib.eachDefaultSystem (
system:
Expand Down Expand Up @@ -56,13 +50,11 @@
]);
})
);

uplosiDev = uplosi.outputs.packages."${system}".uplosi;
in
{
packages.mkosi = mkosiDev;

packages.uplosi = uplosiDev;
packages.uplosi = pkgsUnstable.uplosi;

packages.openssl = callPackage ./nix/cc/openssl.nix { pkgs = pkgsUnstable; };

Expand Down
1 change: 1 addition & 0 deletions internal/osimage/uplosi/uplosi.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ subscriptionID = "0d202bbb-4fa7-4af8-8125-58c269a05435"
location = "northeurope"
resourceGroup = "constellation-images"
sharingNamePrefix = "constellation"
sharingProfile = "community"
sku = "constellation"
publisher = "edgelesssys"

Expand Down

0 comments on commit 37e21b2

Please sign in to comment.