Commit abe3a1bd92e7

Vincent Demeester <vincent@sbr.pm>
2018-03-11 14:51:52
Add syncthing from unstable…
… mainly to be able to install/build it with the unstable go. Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent f662bd1
Changed files (2)
machine/wakasu.nix
@@ -4,7 +4,6 @@
 	imports =
 		[ # Include the results of the hardware scan.
 			../hardware-configuration.nix
-			#../configuration/custom-packages.nix
 			../profiles/laptop.nix
 			../profiles/ssh.nix
 			../profiles/virtualization.nix
profiles/desktop.nix
@@ -32,7 +32,7 @@
 				sha256 = "0636k102vw1pmbcch75xvhjlkfk9553bcf6rba5i69m7b5bdsfd0";
 			}) {};
 		in {
-			inherit (unstablePkgs) keybase mpv emacs ledger-cli youtube-dl i3lock-color pipenv;
+			inherit (unstablePkgs) keybase mpv emacs ledger-cli youtube-dl i3lock-color pipenv syncthing;
 			inherit (sbrPkgs) ape tuck clasp;
 		};
 	};