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.

export devShell's in hydraJobs

+1
+1
flake.nix
··· 61 61 }); 62 62 63 63 tests = lib.filterAttrs (n: _: (lib.hasPrefix "vm" n)) self.checks.x86_64-linux; 64 + inherit (self) devShells; 64 65 }; 65 66 }; 66 67