losurdo: wireguard: fix already defined attribute
[sourcephile-nix.git] / nixos / options.nix
index d65d9526568968eb86315fc893d21e7f16ae376e..324b0f82cf36f4ea1e33da0953d2ab27033e16ac 100644 (file)
@@ -1,8 +1,3 @@
-{ pkgs, lib, config, ... }:
+{ lib, ... }:
 with lib;
-{
-  options = {
-    install.substituteOnDestination =
-    mkEnableOption "substitute-on-destination" // { default = true; };
-  };
-}
+{ }