From 84e58699a3241b098238f31b114884f57c683f71 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Tue, 31 Oct 2023 21:29:20 -0400 Subject: [PATCH] global/nix: remove nixos-option --- modules/global/nix.nix | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modules/global/nix.nix b/modules/global/nix.nix index 394d78f..21a4233 100644 --- a/modules/global/nix.nix +++ b/modules/global/nix.nix @@ -68,7 +68,6 @@ with lib; environment = { systemPackages = with pkgs; [ nix-index - nixos-option nixfmt nixpkgs-fmt nix-du @@ -98,9 +97,6 @@ with lib; mn = '' manix "" | grep '^# ' | sed 's/^# \(.*\) (.*/\1/;s/ (.*//;s/^# //' | sk --preview="manix '{}'" | xargs manix ''; - - # fix nixos-option - # nixos-option = "nixos-option -I nixpkgs=${self}/lib/compat"; }; }; }