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

fix some eval bugs

+1 -2
+1 -2
tests/nix/default.nix
··· 172 172 checks = builtins.listToAttrs ( 173 173 builtins.map ( 174 174 { 175 - nix, 176 175 nixpkgs, 177 176 testName, 177 + ... 178 178 }: 179 179 let 180 180 opts = cfg.${testName}; ··· 183 183 inherit 184 184 testName 185 185 opts 186 - nix 187 186 nixpkgs 188 187 ; 189 188 }