Mention proper way to install without using the binary cache

This commit is contained in:
Jonas Nick
2019-05-06 22:46:49 +00:00
parent 54a6a3363e
commit 36ec510739
2 changed files with 27 additions and 19 deletions
-6
View File
@@ -93,12 +93,6 @@
vim
];
# FIXME: Turn on the binary cache by commenting out the next line. When the
# binary cache is enabled you are retrieving builds from a trusted third
# party which can compromise your system. As a result, the cache should only
# be enabled to speed up deployment of test systems.
nix.binaryCaches = [];
# FIXME: Add custom options (like boot options, output of
# nixos-generate-config, etc.):