nix: cleanup

Signed-off-by: NotAShelf <raf@notashelf.dev>
Change-Id: Ia88656a1d6bb152398a5c4ce83d40a3e6a6a6964
This commit is contained in:
raf 2026-02-07 20:22:47 +03:00
commit 62f8cdf4de
Signed by: NotAShelf
GPG key ID: 29D95B64378DB4BF
13 changed files with 514 additions and 529 deletions

View file

@ -1,15 +1,15 @@
{
pkgs,
fc-packages,
nixosModule,
self,
}: let
fc-packages = self.packages.${pkgs.stdenv.hostPlatform.system};
nixos = pkgs.nixos ({
modulesPath,
pkgs,
...
}: {
imports = [
nixosModule
self.nixosModules.fc-ci
(modulesPath + "/virtualisation/qemu-vm.nix")
];
@ -36,6 +36,7 @@
evaluatorPackage = fc-packages.fc-evaluator;
queueRunnerPackage = fc-packages.fc-queue-runner;
migratePackage = fc-packages.fc-migrate-cli;
server.enable = true;
evaluator.enable = true;
queueRunner.enable = true;