infrastructure/nixos-configurations/lindberg-build/applications/default.nix
Fabian Hauser 6bbd0f0157
Some checks failed
CI / build (push) Failing after 0s
Use specific git forgejo CI
2024-10-03 14:18:31 +03:00

10 lines
124 B
Nix

{ config, pkgs, ... }:
{
imports = [
./attic.nix
./nixpkgs-cache.nix
];
qois.git-ci-runner.enable = true;
}