@cryptotaxi247 / infra / commits / 02b8c0f4

Enable dwarffs

Eelco Dolstra committed Oct 9, 2017 at 19:44 UTC 02b8c0f4b4f9ddf9c69afcdcab750c6896b01134
1 file changed +5 -1
delft/common.nix
+5 -1
@@ -3,7 +3,11 @@
3 with pkgs.lib;
4
5 {
6 - imports = [ ./static-net-config.nix ./diffoscope.nix ];
6 + imports =
7 + [ ./static-net-config.nix
8 + ./diffoscope.nix
9 + (builtins.fetchgit https://github.com/edolstra/dwarffs + "/module.nix")
10 + ];
11
12 system.stateVersion = "14.12";
13