sourcephile
/
git
/
sourcephile-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
losurdo: wireguard: fix already defined attribute
[sourcephile-nix.git]
/
nixos
/
options.nix
diff --git
a/nixos/options.nix
b/nixos/options.nix
index d65d9526568968eb86315fc893d21e7f16ae376e..324b0f82cf36f4ea1e33da0953d2ab27033e16ac 100644
(file)
--- a/
nixos/options.nix
+++ b/
nixos/options.nix
@@
-1,8
+1,3
@@
-{
pkgs, lib, config
, ... }:
+{
lib
, ... }:
with lib;
-{
- options = {
- install.substituteOnDestination =
- mkEnableOption "substitute-on-destination" // { default = true; };
- };
-}
+{ }