fix: eval
This commit is contained in:
parent
21ce3cc3a9
commit
d84733b7fc
3 changed files with 10 additions and 2 deletions
|
@ -12,6 +12,13 @@
|
||||||
wants = [ "mnt-mezzomix.mount" ];
|
wants = [ "mnt-mezzomix.mount" ];
|
||||||
});
|
});
|
||||||
|
|
||||||
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
"aspnetcore-runtime-wrapped-6.0.36"
|
||||||
|
"aspnetcore-runtime-6.0.36"
|
||||||
|
"dotnet-sdk-wrapped-6.0.428"
|
||||||
|
"dotnet-sdk-6.0.428"
|
||||||
|
];
|
||||||
|
|
||||||
systemd.mounts = lib.singleton {
|
systemd.mounts = lib.singleton {
|
||||||
description = "rclone mount";
|
description = "rclone mount";
|
||||||
after = [ "network.target" ];
|
after = [ "network.target" ];
|
||||||
|
|
|
@ -52,7 +52,7 @@
|
||||||
|
|
||||||
#ubuntu_font_family
|
#ubuntu_font_family
|
||||||
libsForQt5.breeze-icons
|
libsForQt5.breeze-icons
|
||||||
(nerdfonts.override { fonts = [ "NerdFontsSymbolsOnly" ]; })
|
nerd-fonts.symbols-only
|
||||||
jetbrains-mono
|
jetbrains-mono
|
||||||
font-awesome
|
font-awesome
|
||||||
];
|
];
|
||||||
|
|
|
@ -29,4 +29,5 @@ skopeo --insecure-policy copy docker-archive:"result" \
|
||||||
|
|
||||||
rm "result"
|
rm "result"
|
||||||
|
|
||||||
fly deploy
|
fly deploy --app build-worker-kyoumanet
|
||||||
|
fly deploy --app build-worker-kyoumanet-cdg
|
||||||
|
|
Loading…
Reference in a new issue