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.

add nixpkgs.hostPlatform to test hives

closes #87

+7 -1
+3 -1
tests/rust/default_values_match/hive.nix
··· 3 3 nixpkgs = <nixpkgs>; 4 4 }; 5 5 6 - NAME = { }; 6 + NAME = { 7 + nixpkgs.hostPlatform = "x86_64-linux"; 8 + }; 7 9 }
+2
tests/rust/non_trivial_hive/hive.nix
··· 28 28 name = "different-than-a"; 29 29 source = "hi"; 30 30 }; 31 + 32 + nixpkgs.hostPlatform = "x86_64-linux"; 31 33 }; 32 34 }
+2
tests/rust/test_hive_file/hive.nix
··· 10 10 user = "root"; 11 11 }; 12 12 }; 13 + 14 + nixpkgs.hostPlatform = "x86_64-linux"; 13 15 }; 14 16 }