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