aboutsummaryrefslogtreecommitdiff
path: root/nixos/configuration.nix
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2019-06-02 02:22:37 -0300
committerEuAndreh <eu@euandre.org>2019-06-02 02:22:37 -0300
commit59f05acec7b127367c3f4d7e1d2055ddd02d5498 (patch)
tree5c9027ccad0a45139b38089b7898faaa26376851 /nixos/configuration.nix
parentFix README.css sha256 (diff)
downloaddotfiles-59f05acec7b127367c3f4d7e1d2055ddd02d5498.tar.gz
dotfiles-59f05acec7b127367c3f4d7e1d2055ddd02d5498.tar.xz
Add note on fetchTarball during nixos-install
Diffstat (limited to 'nixos/configuration.nix')
-rw-r--r--nixos/configuration.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/configuration.nix b/nixos/configuration.nix
index 3157b57..fa5138a 100644
--- a/nixos/configuration.nix
+++ b/nixos/configuration.nix
@@ -82,6 +82,8 @@ in {
doCheck = false;
});
+ # Should be removed during fresh OS installation:
+ # https://github.com/NixOS/nix/issues/2497
nixfmt = import (builtins.fetchTarball
"https://github.com/serokell/nixfmt/archive/master.tar.gz") { };