mirror of
https://github.com/edgelesssys/constellation.git
synced 2025-02-13 21:41:37 -05:00
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:
parent
54878ddc56
commit
37e21b2ff0
26
flake.lock
generated
26
flake.lock
generated
@ -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",
|
||||
|
10
flake.nix
10
flake.nix
@ -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; };
|
||||
|
||||
|
@ -12,6 +12,7 @@ subscriptionID = "0d202bbb-4fa7-4af8-8125-58c269a05435"
|
||||
location = "northeurope"
|
||||
resourceGroup = "constellation-images"
|
||||
sharingNamePrefix = "constellation"
|
||||
sharingProfile = "community"
|
||||
sku = "constellation"
|
||||
publisher = "edgelesssys"
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user