Commit 749937ffc39b

Vincent Demeester <vincent@sbr.pm>
2016-09-22 16:05:17
Allow unfree -_-
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 8502eef
Changed files (1)
configuration.nix
@@ -35,4 +35,9 @@
 		};
 	};
 
+	nixpkgs = {
+		config = {
+			allowUnfree = true;
+		};
+	};
 }