diff options
author | makefu <github@syntax-fehler.de> | 2016-08-21 11:54:46 +0200 |
---|---|---|
committer | makefu <github@syntax-fehler.de> | 2016-08-21 11:54:46 +0200 |
commit | 79e3a3dad36f67296001f269e6716a1bd21c983c (patch) | |
tree | 496b136bc93e2708397495db30380d4d8d286aa3 /makefu/3modules | |
parent | 96f862ced4e621f88bcbf7d1ad4ea1d8422f53d7 (diff) |
m 3 populate: allow minimal populate
Diffstat (limited to 'makefu/3modules')
-rw-r--r-- | makefu/3modules/populate.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/makefu/3modules/populate.nix b/makefu/3modules/populate.nix new file mode 100644 index 000000000..19d3b3690 --- /dev/null +++ b/makefu/3modules/populate.nix @@ -0,0 +1,5 @@ +{config, lib, pkgs, ... }: + +{ + options.makefu.full-populate = lib.mkEnableOption "always do a full clone of nixpkgs"; +} |