aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authortv <tv@krebsco.de>2018-10-31 18:24:57 +0100
committertv <tv@krebsco.de>2018-10-31 18:26:05 +0100
commit170c46d53c83c9bf277b7b6dba7e86c052eae257 (patch)
tree6096523faac3e0c9d477458b547f7a6b3bebb345 /README.md
parente2b29654251367545700154ffbac806705dd04c0 (diff)
populate git: add clean.excludev1.7.0
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 2f49627..e455456 100644
--- a/README.md
+++ b/README.md
@@ -26,9 +26,9 @@ let
source = lib.evalSource [{
nixpkgs.git = {
+ clean.exclude = ["/.version-suffix"];
ref = "4b4bbce199d3b3a8001ee93495604289b01aaad3";
url = https://github.com/NixOS/nixpkgs;
-
};
nixos-config.file = toString (pkgs.writeText "nixos-config" ''
{ pkgs, ... }: {