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