aboutsummaryrefslogtreecommitdiff
path: root/custom.nix
diff options
context:
space:
mode:
Diffstat (limited to 'custom.nix')
-rw-r--r--custom.nix8
1 files changed, 0 insertions, 8 deletions
diff --git a/custom.nix b/custom.nix
index 272fc6a..918460a 100644
--- a/custom.nix
+++ b/custom.nix
@@ -46,13 +46,5 @@ in {
};
});
};
-
- pkgs = mkOption {
- type = types.attrs;
- };
-
- nixpkgs-unstable = mkOption {
- type = types.attrs;
- };
};
}