Worked around issue with failing DO image builds
This commit is contained in:
parent
ab5a05bd86
commit
0354c66afb
2 changed files with 8 additions and 2 deletions
|
@ -98,8 +98,6 @@
|
|||
"carbon"
|
||||
];
|
||||
in {
|
||||
inherit (inputs.self);
|
||||
|
||||
# Only have a builder for x86_64-linux atm
|
||||
packages = inputs.self.packages.x86_64-linux;
|
||||
|
||||
|
@ -107,6 +105,8 @@
|
|||
name:
|
||||
inputs.self.nixosConfigurations."${name}".config.system.build.toplevel
|
||||
);
|
||||
|
||||
droplets.proxy = inputs.self.doConfigurations.proxy;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue