Commit ca9395812cb4

Vincent Demeester <vincent@sbr.pm>
2016-11-11 11:57:38
Use sandbox when building
1 parent 31ccce3
Changed files (1)
configuration.nix
@@ -36,6 +36,9 @@
 		};
 	};
 
+	nix = {
+		useSandbox = true;
+	};
 	nixpkgs = {
 		config = {
 			allowUnfree = true;