chore(daedalus): use flake binaries
This commit is contained in:
parent
d6757e875b
commit
7b6d4cf302
|
@ -34,6 +34,9 @@ in {
|
|||
overlays = [];
|
||||
};
|
||||
};
|
||||
defaults = {
|
||||
_module.args.inputs = inputs;
|
||||
};
|
||||
airgead = {
|
||||
imports = [
|
||||
hosts/airgead
|
||||
|
|
|
@ -1,18 +1,14 @@
|
|||
# NixOps configuration for the hosts running Daedalus
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
inputs,
|
||||
lib,
|
||||
pkgs,
|
||||
...
|
||||
}: let
|
||||
flake = builtins.getFlake (toString ../.);
|
||||
daedalusMainnet = import flake.inputs.daedalus.packages."${pkgs.system}".daedalus-mainnet;
|
||||
#daedalusPreview = import flake.inputs.daedalus.packages."${pkgs.system}".daedalus-preview;
|
||||
#daedalusPreprod = import flake.inputs.daedalus.packages."${pkgs.system}".daedalus-preprod;
|
||||
in {
|
||||
}: {
|
||||
environment.systemPackages = [
|
||||
daedalusMainnet
|
||||
#daedalusPreview
|
||||
#daedalusPreprod
|
||||
inputs.daedalus.packages."${pkgs.system}".daedalus-mainnet
|
||||
#inputs.daedalus.packages."${pkgs.system}".daedalus-preprod
|
||||
#inputs.daedalus.packages."${pkgs.system}".daedalus-preview
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
# Common configuration for MIO desktops
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
|
|
Loading…
Reference in a new issue