sourcephile
/
git
/
sourcephile-nix.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Add 1 git-crypt collaborator
[sourcephile-nix.git]
/
nixos
/
options.nix
1
{ pkgs, lib, config, ... }:
2
with lib;
3
{
4
options = {
5
install.substituteOnDestination =
6
mkEnableOption "substitute-on-destination" // { default = true; };
7
};
8
}