diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -1,4 +1,6 @@ { + description = "getchoo's nix expressions"; + nixConfig = { extra-substituters = ["https://nix-community.cachix.org"]; extra-trusted-public-keys = ["nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="]; @@ -37,6 +39,13 @@ in { formatter = forAllSystems (system: nixpkgsFor.${system}.alejandra); + herculesCI = { + ciSystems = [ + "x86_64-linux" + "aarch64-linux" + ]; + }; + packages = forAllSystems ( system: let pkgs = nixpkgsFor.${system}; |
