tweak(devos/nix): disable nixos-option

This commit is contained in:
Infinidoge 2023-05-31 01:09:22 -04:00
parent 74c31161d5
commit fd0e295d5d

View file

@ -88,7 +88,7 @@ with lib;
'';
# fix nixos-option
nixos-option = "nixos-option -I nixpkgs=${self}/lib/compat";
# nixos-option = "nixos-option -I nixpkgs=${self}/lib/compat";
};
};
}