ALPHA: wire is a tool to deploy nixos systems wire.althaea.zone/
2
fork

Configure Feed

Select the types of activity you want to include in your feed.

include wire-small in hydraJobs

marshmallow 1164d15c 99704d7d

+1 -1
+1 -1
flake.nix
··· 51 51 in 52 52 { 53 53 packages = lib.genAttrs [ "x86_64-linux" "aarch64-linux" ] (system: { 54 - inherit (self.packages.${system}) wire docs; 54 + inherit (self.packages.${system}) wire wire-small docs; 55 55 }); 56 56 57 57 tests = lib.filterAttrs (n: _: (lib.hasPrefix "vm" n)) self.checks.x86_64-linux;