@cryptotaxi247 / infra / commits / bab43417

fetchgit -> fetchGit

Eelco Dolstra committed Jan 15, 2018 at 15:03 UTC bab43417f27cab5fbe801c315a7b42b6355c4c06
1 file changed +1 -1
delft/common.nix
+1 -1
@@ -6,7 +6,7 @@ with pkgs.lib;
6 imports =
7 [ ./static-net-config.nix
8 ./diffoscope.nix
9 - (builtins.fetchgit https://github.com/edolstra/dwarffs + "/module.nix")
9 + (builtins.fetchGit https://github.com/edolstra/dwarffs + "/module.nix")
10 ];
11
12 system.stateVersion = "14.12";