From 290c1c8116cd70cc248cf4bb9458611a16c5694a Mon Sep 17 00:00:00 2001 From: Adrian Kummerlaender Date: Thu, 27 Aug 2020 21:10:56 +0200 Subject: Use niv for tracking channel versions This way the config is actually reproducible without manually tracking supported nixpkgs states. home-manager is now not installed environment-wide anymore but only available inside a nix-shell. --- custom.nix | 8 -------- 1 file changed, 8 deletions(-) (limited to 'custom.nix') 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; - }; }; } -- cgit v1.2.3