image: use uplosi from nixpkgs-unstable (#3543)

* image: correct sharing profile for Azure gallery

* nix: use uplosi from nixpkgs-unstable instead of GitHub
This commit is contained in:
Markus Rudy 2024-12-11 11:51:58 +01:00 committed by GitHub
parent 54878ddc56
commit 37e21b2ff0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 34 deletions

26
flake.lock generated
View File

@ -37,8 +37,7 @@
"root": {
"inputs": {
"flake-utils": "flake-utils",
"nixpkgsUnstable": "nixpkgsUnstable",
"uplosi": "uplosi"
"nixpkgsUnstable": "nixpkgsUnstable"
}
},
"systems": {
@ -55,29 +54,6 @@
"repo": "default",
"type": "github"
}
},
"uplosi": {
"inputs": {
"flake-utils": [
"flake-utils"
],
"nixpkgs": [
"nixpkgsUnstable"
]
},
"locked": {
"lastModified": 1733317519,
"narHash": "sha256-Q/qCh655Cga1nKs4qMF+2JYLxy+mLvFofKxukoREZ3Q=",
"owner": "edgelesssys",
"repo": "uplosi",
"rev": "137f7b6557087fc198e919b2ef8c167ecbe94f91",
"type": "github"
},
"original": {
"owner": "edgelesssys",
"repo": "uplosi",
"type": "github"
}
}
},
"root": "root",

View File

@ -8,11 +8,6 @@
flake-utils = {
url = "github:numtide/flake-utils";
};
uplosi = {
url = "github:edgelesssys/uplosi";
inputs.nixpkgs.follows = "nixpkgsUnstable";
inputs.flake-utils.follows = "flake-utils";
};
};
outputs =
@ -20,7 +15,6 @@
self,
nixpkgsUnstable,
flake-utils,
uplosi,
}:
flake-utils.lib.eachDefaultSystem (
system:
@ -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; };

View File

@ -12,6 +12,7 @@ subscriptionID = "0d202bbb-4fa7-4af8-8125-58c269a05435"
location = "northeurope"
resourceGroup = "constellation-images"
sharingNamePrefix = "constellation"
sharingProfile = "community"
sku = "constellation"
publisher = "edgelesssys"